From e1d6adca28bbb754f902594137c710e62e0da78f Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Fri, 6 Jan 2023 23:09:21 +0200 Subject: [PATCH] MODMAP HAS BEEN MOVED POGGERS INTO ITS OWN FILE DONT NEED TO EXEC FROM I3 --- dot_Xmodmap | 2 ++ dot_tmux.conf | 6 +++--- private_dot_config/i3/misc.conf | 5 +---- private_dot_config/i3/window_rules.conf | 6 +++--- 4 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 dot_Xmodmap diff --git a/dot_Xmodmap b/dot_Xmodmap new file mode 100644 index 0000000..e4650b1 --- /dev/null +++ b/dot_Xmodmap @@ -0,0 +1,2 @@ +clear Lock +keycode 66 = Escape NoSymbol Escape diff --git a/dot_tmux.conf b/dot_tmux.conf index 3df947a..d870528 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -27,11 +27,11 @@ set -g status-right '#[fg=cyan,bright]%a %d/%m %R #[fg=white]| #[fg=yellow]#(upt set-window-option -g aggressive-resize on #monitor (modified from greyfade's tmux conf) new-session -s monitor -split-window -v -b "watch 'sensors k10temp-\* nvme-pci-\*'" -split-window -h -b -t '{top}' btm +split-window -v -p 75 -b "watch 'sensors k10temp-\* nvme-pci-\*'" +split-window -h -p 90 -b -t '{top}' btm split-window -v -t '{bottom}' -b ranger split-window -h -b vimpc -split-window -h -t '{bottom}' -b "journalctl -xf" +split-window -h -p 20 -t '{bottom}' -b "journalctl -xf" select-pane -t '{bottom-right}' # the other session I use diff --git a/private_dot_config/i3/misc.conf b/private_dot_config/i3/misc.conf index a9121c8..59a65f5 100644 --- a/private_dot_config/i3/misc.conf +++ b/private_dot_config/i3/misc.conf @@ -15,9 +15,6 @@ exec_always ~/.config/polybar/launch.sh --blocks #picom # exec_always picom -#Turns caps lock to an extra escape -exec_always --no-startup-id xmodmap -e "clear lock" -exec_always --no-startup-id xmodmap -e "keysym Caps_Lock = Escape" #Resolution and Mouse sense scripts #exec_always ~/scripts/res.sh @@ -42,7 +39,7 @@ bindsym Ctrl+shift+semicolon exec --no-startup-id dunstctl history-pop #wacom tablet thingss exec_always --no-startup-id xsetwacom set 'Wacom One by Wacom M Pen stylus' MaptoOutput HEAD-0 -exec --no-startup-id xinput --set-prop 'Wacom One by Wacom M Pen stylus' 'Wacom Rotation' 3 +# exec --no-startup-id xinput --set-prop 'Wacom One by Wacom M Pen stylus' 'Wacom Rotation' 3 # Useful for laptops diff --git a/private_dot_config/i3/window_rules.conf b/private_dot_config/i3/window_rules.conf index 27fbb1a..711d12f 100644 --- a/private_dot_config/i3/window_rules.conf +++ b/private_dot_config/i3/window_rules.conf @@ -98,11 +98,11 @@ for_window [class = "flameshot"] floating enabled #Workspaces -for_window [workspace = $Browsers] layout split horizontal +for_window [workspace = $Browsers] layout splitv #for_window [workspace = $Steam] floating enabled -for_window [workspace = $Steam] layout split horizontal +for_window [workspace = $Steam] layout splitv #for_window [workspace = $Youtube] floating enabled -for_window [workspace = $IRC] layout split horizontal +for_window [workspace = $IRC] layout splitv # for_window [workspace = $Terminal] layout tabbed for_window [class = ".*"] title_format "%class" for_window [class = "XTerm"] floating enabled