New backup 2024-06-04 13:30:02

This commit is contained in:
Penelope Gwen 2024-06-04 13:30:02 -06:00
parent f1ff31c4b5
commit 326c2b30b7
3 changed files with 13 additions and 6 deletions

View file

@ -28,7 +28,8 @@
bindsym $mod+Shift+s exec sp-screenshot bindsym $mod+Shift+s exec sp-screenshot
# Clipboard # Clipboard
bindsym $mod+Shift+v exec sp-clipboard bindsym $mod+v exec sp-clipboard
bindsym $mod+Shift+v exec copyq show
# Profile Shortcuts # Profile Shortcuts
bindsym $mod+shift+o exec sp-shortcuts bindsym $mod+shift+o exec sp-shortcuts

View file

@ -24,13 +24,14 @@
bindsym $mod+f fullscreen bindsym $mod+f fullscreen
# Change Split Orientation # Change Split Orientation
bindsym $mod+b splith # < splits windows horizontally, > splits vertically
bindsym $mod+v splitv bindsym $mod+comma splith
bindsym $mod+period splitv
# Change Layout Style # Change Layout Style
bindsym $mod+s layout stacking bindsym $mod+semicolon layout stacking
bindsym $mod+w layout tabbed bindsym $mod+apostrophe layout tabbed
bindsym $mod+e layout toggle split bindsym $mod+slash layout toggle split
# Focus Parent # Focus Parent
bindsym $mod+a focus parent bindsym $mod+a focus parent

View file

@ -9,6 +9,7 @@
# for_window [class="Discord"] move scratchpad, floating enable, scratchpad hide # for_window [class="Discord"] move scratchpad, floating enable, scratchpad hide
# for_window [title="Discord"] move scratchpad, floating enable, scratchpad hide # for_window [title="Discord"] move scratchpad, floating enable, scratchpad hide
# Floating PiP
for_window [title="^Picture-in-Picture$"] floating enable, sticky enable for_window [title="^Picture-in-Picture$"] floating enable, sticky enable
# Thunderbird assigned to workspace 9 # Thunderbird assigned to workspace 9
@ -17,6 +18,10 @@
# Sonixd assigned to workspace 10 # Sonixd assigned to workspace 10
assign [title="^Sonixd$"] workspace "10:" assign [title="^Sonixd$"] workspace "10:"
# Floating Copyq
for_window [app_id="com.github.hluk.copyq"] floating enable, sticky enable
# Dolphin popups
for_window [title="(?i)(?:copying|deleting|moving|question|save file)"] floating enable, border pixel 2 for_window [title="(?i)(?:copying|deleting|moving|question|save file)"] floating enable, border pixel 2
for_window [window_role="pop-up"] floating enable for_window [window_role="pop-up"] floating enable
for_window [window_role="bubble"] floating enable for_window [window_role="bubble"] floating enable