diff options
author | Adam T. Carpenter <atc@53hor.net> | 2022-09-27 19:02:05 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2022-09-27 19:02:05 -0400 |
commit | f3e67c4f0922a9538b11e9618bb6022a89fc5f49 (patch) | |
tree | 636f04d42a2ad193090d94e4ebe27bca1a88b78b /.config/i3 | |
parent | b6cbf6633c4bd7c9eb094ca9637c95d24a09d015 (diff) | |
download | dotfiles-f3e67c4f0922a9538b11e9618bb6022a89fc5f49.tar.xz dotfiles-f3e67c4f0922a9538b11e9618bb6022a89fc5f49.zip |
feat: i3 tab icons and remove temp from blocks
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config index 8007890..4df4590 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -8,9 +8,9 @@ set $sigaudio pkill -75 i3blocks workspace_auto_back_and_forth yes -set $ws1 "1:" -set $ws2 "2:" -set $ws3 "3:" +set $ws1 "1:" +set $ws2 "2:" +set $ws3 "3:" set $ws4 "4:" set $ws5 "5:" set $ws6 "6:" @@ -56,14 +56,15 @@ bindsym Mod1+shift+9 move container to workspace $ws9 bindsym Mod1+shift+0 move container to workspace $ws10 # move workspaces between outputs on dock -bindsym Mod1+d exec xrandr --output DP-3 --auto --primary --output eDP-1 --auto --off -bindsym Mod1+shift+d exec xrandr --output DP-3 --auto --off --output eDP-1 --auto --primary +bindsym Mod1+d exec xrandr --output DP-3 --auto --primary --output eDP-1 --auto --off ; exec doas sysctl hw.acpi.lid_switch_state=0 +bindsym Mod1+shift+d exec xrandr --output DP-3 --auto --off --output eDP-1 --auto --primary ; exec doas sysctl hw.acpi.lid_switch_state=S3 ## WINDOWS default_border pixel hide_edge_borders smart title_align center +floating_modifier Mod1 bindsym Mod1+shift+p move scratchpad bindsym Mod1+p scratchpad show @@ -107,6 +108,7 @@ bindsym Mod1+shift+r restart ## SHORTCUTS +bindsym Mod1+Pause exec xautolock -locknow ; exec doas acpiconf -s3 bindsym Mod1+Return split horizontal; exec $term bindsym Mod1+shift+Return split vertical; exec $term bindsym Mod4+p exec arandr |