scwrypts v3 refactor

This commit is contained in:
2023-06-27 16:53:59 -06:00
parent 02ed7d615a
commit 1a64551465
57 changed files with 590 additions and 501 deletions

View File

@ -4,7 +4,7 @@
set $alt Mod1
set $mod Mod4
font pango:DejaVuSansMono Nerd Font 20
font pango:DejaVuSansM Nerd Font 20
################################################################################
## Custom Utility ##############################################################
@ -78,16 +78,16 @@ bindsym $mod+Shift+f focus parent; fullscreen; focus child
bindsym $mod+BackSpace open
bindsym $mod+1 workspace number "1"
bindsym $mod+2 workspace number "2"
bindsym $mod+3 workspace number "3"
bindsym $mod+4 workspace number "4"
bindsym $mod+5 workspace number "5"
bindsym $mod+6 workspace number "6"
bindsym $mod+7 workspace number "7"
bindsym $mod+8 workspace number "8"
bindsym $mod+9 workspace number "9"
bindsym $mod+0 workspace number "0"
bindsym $mod+1 workspace number "1"; bar mode dock
bindsym $mod+2 workspace number "2"; bar mode hide
bindsym $mod+3 workspace number "3"; bar mode dock
bindsym $mod+4 workspace number "4"; bar mode hide
bindsym $mod+5 workspace number "5"; bar mode dock
bindsym $mod+6 workspace number "6"; bar mode hide
bindsym $mod+7 workspace number "7"; bar mode dock
bindsym $mod+8 workspace number "8"; bar mode hide
bindsym $mod+9 workspace number "9"; bar mode dock
bindsym $mod+0 workspace number "0"; bar mode hide
bindsym $mod+Shift+1 move container to workspace number "1"
bindsym $mod+Shift+2 move container to workspace number "2"