MODMAP HAS BEEN MOVED POGGERS INTO ITS OWN FILE DONT NEED TO EXEC FROM
I3
This commit is contained in:
2
dot_Xmodmap
Normal file
2
dot_Xmodmap
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
clear Lock
|
||||||
|
keycode 66 = Escape NoSymbol Escape
|
||||||
@@ -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
|
set-window-option -g aggressive-resize on
|
||||||
#monitor (modified from greyfade's tmux conf)
|
#monitor (modified from greyfade's tmux conf)
|
||||||
new-session -s monitor
|
new-session -s monitor
|
||||||
split-window -v -b "watch 'sensors k10temp-\* nvme-pci-\*'"
|
split-window -v -p 75 -b "watch 'sensors k10temp-\* nvme-pci-\*'"
|
||||||
split-window -h -b -t '{top}' btm
|
split-window -h -p 90 -b -t '{top}' btm
|
||||||
split-window -v -t '{bottom}' -b ranger
|
split-window -v -t '{bottom}' -b ranger
|
||||||
split-window -h -b vimpc
|
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}'
|
select-pane -t '{bottom-right}'
|
||||||
|
|
||||||
# the other session I use
|
# the other session I use
|
||||||
|
|||||||
@@ -15,9 +15,6 @@ exec_always ~/.config/polybar/launch.sh --blocks
|
|||||||
#picom
|
#picom
|
||||||
# exec_always 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
|
#Resolution and Mouse sense scripts
|
||||||
#exec_always ~/scripts/res.sh
|
#exec_always ~/scripts/res.sh
|
||||||
@@ -42,7 +39,7 @@ bindsym Ctrl+shift+semicolon exec --no-startup-id dunstctl history-pop
|
|||||||
|
|
||||||
#wacom tablet thingss
|
#wacom tablet thingss
|
||||||
exec_always --no-startup-id xsetwacom set 'Wacom One by Wacom M Pen stylus' MaptoOutput HEAD-0
|
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
|
# Useful for laptops
|
||||||
|
|||||||
@@ -98,11 +98,11 @@ for_window [class = "flameshot"] floating enabled
|
|||||||
|
|
||||||
#Workspaces
|
#Workspaces
|
||||||
|
|
||||||
for_window [workspace = $Browsers] layout split horizontal
|
for_window [workspace = $Browsers] layout splitv
|
||||||
#for_window [workspace = $Steam] floating enabled
|
#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 = $Youtube] floating enabled
|
||||||
for_window [workspace = $IRC] layout split horizontal
|
for_window [workspace = $IRC] layout splitv
|
||||||
# for_window [workspace = $Terminal] layout tabbed
|
# for_window [workspace = $Terminal] layout tabbed
|
||||||
for_window [class = ".*"] title_format "<b>%class</b>"
|
for_window [class = ".*"] title_format "<b>%class</b>"
|
||||||
for_window [class = "XTerm"] floating enabled
|
for_window [class = "XTerm"] floating enabled
|
||||||
|
|||||||
Reference in New Issue
Block a user