From f2f09bbbc7d51014e319b279d2a3681cf7a8f41a Mon Sep 17 00:00:00 2001 From: linlyboi Date: Thu, 13 Jun 2024 01:11:26 +0300 Subject: [PATCH] yeah --- dot_zshrc | 3 ++- private_dot_config/i3/autostart.conf | 3 +-- private_dot_config/i3/config | 5 +++-- private_dot_config/i3/window_rules.conf | 7 ++++--- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dot_zshrc b/dot_zshrc index a6698d3..76ae281 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -145,7 +145,7 @@ export PATH=$PATH:/opt/gradle/gradle-6.9.4/bin export TERMINAL=kitty export MPD_HOST=127.0.0.1 export MPD_PORT=6969 -export EDITOR="emacsclient -nc --alternate-editor=""" +export EDITOR="emacsclient -t --alternate-editor=""" function reload_gtk_theme() { theme=$(gsettings get org.gnome.desktop.interface gtk-theme) @@ -228,3 +228,4 @@ unset __conda_setup export XDG_DATA_DIRS=$XDG_DATA_DIRS:$HOME [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion +export PATH=/home/linly/.local/share/ponyup/bin:$PATH diff --git a/private_dot_config/i3/autostart.conf b/private_dot_config/i3/autostart.conf index 1953a94..f9f469b 100644 --- a/private_dot_config/i3/autostart.conf +++ b/private_dot_config/i3/autostart.conf @@ -6,7 +6,6 @@ exec_always --no-startup-id dunst -config ~/.config/dunst/dunstrc exec --no-startup-id redshift #emacs exec --no-startup-id emacs --daemon -#moved to pipewire not needed anymore -# exec --no-startup-id ~/scripts/sound.sh exec --no-startup-id ~/bin/autostart exec --no-startup-id nextcloud --background +exec --no-startup-id clipcatd diff --git a/private_dot_config/i3/config b/private_dot_config/i3/config index f8d3f1a..fe6cca9 100644 --- a/private_dot_config/i3/config +++ b/private_dot_config/i3/config @@ -77,10 +77,11 @@ bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # split in horizontal orientation -bindsym $mod+shift+v split h +# bindsym $mod+shift+v split h # split in vertical orientation -bindsym $mod+v split v +# bindsym $mod+v split v +bindsym $mod+v split toggle # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle diff --git a/private_dot_config/i3/window_rules.conf b/private_dot_config/i3/window_rules.conf index 62314a3..83dba42 100644 --- a/private_dot_config/i3/window_rules.conf +++ b/private_dot_config/i3/window_rules.conf @@ -14,8 +14,8 @@ workspace $Game output primary DP-0 HDMI-0 DP-3 DVI-D-0 DVI-I-1 workspace $Mail output HDMI-0 DP-3 DVI-D-0 DVI-I-1 primary DP-0 #Window Rules -floating_minimum_size 150 x 100 -floating_maximum_size 1280 x 720 +# floating_minimum_size 150 x 100 +# floating_maximum_size 1280 x 720 #Terminal assign [class = "kitty"] $Terminal @@ -126,11 +126,12 @@ for_window [class = "Chromium-browser"] floating disabled for_window [class = ".*"] title_format "%class" for_window [class = "XTerm"] floating enabled for_window [class = "org.opensuse.YaST"] floating enabled +for_window [class = "chatterino"] floating enabled #Names for_window [title = "ani-cli"] move to workspace $Youtube for_window [title = "^.*Private Browsing"] move to workspace $Vm -for_window [title = "work" class = "kitty"] move to workspace $Code +# for_window [title = "work" class = "kitty"] move to workspace $Code #for_window [title = "manga-cli"] move to workspace $Youtube for_window [title = "Albion Online Launcher"] move to workspace $Steam for_window [title = "Albion Online Client"] move to workspace $Game