New backup 2024-06-04 13:30:02
This commit is contained in:
parent
f1ff31c4b5
commit
326c2b30b7
3 changed files with 13 additions and 6 deletions
|
@ -28,7 +28,8 @@
|
|||
bindsym $mod+Shift+s exec sp-screenshot
|
||||
|
||||
# Clipboard
|
||||
bindsym $mod+Shift+v exec sp-clipboard
|
||||
bindsym $mod+v exec sp-clipboard
|
||||
bindsym $mod+Shift+v exec copyq show
|
||||
|
||||
# Profile Shortcuts
|
||||
bindsym $mod+shift+o exec sp-shortcuts
|
||||
|
|
|
@ -24,13 +24,14 @@
|
|||
bindsym $mod+f fullscreen
|
||||
|
||||
# Change Split Orientation
|
||||
bindsym $mod+b splith
|
||||
bindsym $mod+v splitv
|
||||
# < splits windows horizontally, > splits vertically
|
||||
bindsym $mod+comma splith
|
||||
bindsym $mod+period splitv
|
||||
|
||||
# Change Layout Style
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
bindsym $mod+semicolon layout stacking
|
||||
bindsym $mod+apostrophe layout tabbed
|
||||
bindsym $mod+slash layout toggle split
|
||||
|
||||
# Focus Parent
|
||||
bindsym $mod+a focus parent
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
# for_window [class="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
|
||||
|
||||
# Thunderbird assigned to workspace 9
|
||||
|
@ -17,6 +18,10 @@
|
|||
# Sonixd assigned to 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 [window_role="pop-up"] floating enable
|
||||
for_window [window_role="bubble"] floating enable
|
||||
|
|
Loading…
Add table
Reference in a new issue