From 326c2b30b706c17c566630164a32b973c27f0079 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 4 Jun 2024 13:30:02 -0600 Subject: [PATCH] New backup 2024-06-04 13:30:02 --- de/home/.config/sway/config.d/keys_launch | 3 ++- de/home/.config/sway/config.d/keys_windows | 11 ++++++----- de/home/.config/sway/config.d/window_rules | 5 +++++ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/de/home/.config/sway/config.d/keys_launch b/de/home/.config/sway/config.d/keys_launch index ec399ee..f066fa4 100644 --- a/de/home/.config/sway/config.d/keys_launch +++ b/de/home/.config/sway/config.d/keys_launch @@ -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 diff --git a/de/home/.config/sway/config.d/keys_windows b/de/home/.config/sway/config.d/keys_windows index 9e0a9c0..63f5259 100644 --- a/de/home/.config/sway/config.d/keys_windows +++ b/de/home/.config/sway/config.d/keys_windows @@ -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 diff --git a/de/home/.config/sway/config.d/window_rules b/de/home/.config/sway/config.d/window_rules index 8919157..528a7ff 100644 --- a/de/home/.config/sway/config.d/window_rules +++ b/de/home/.config/sway/config.d/window_rules @@ -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