diff options
author | lxf <sng@luxagraf.net> | 2022-04-24 17:31:17 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-04-24 17:31:17 -0400 |
commit | a52961c7208c9dbbaaa68c07a9d1b26a05eec551 (patch) | |
tree | 92440b96be767338d277170704b69319d47c722e /.config/sway/config | |
parent | 548654e9f9582960189f7b51d47e0102e544f032 (diff) |
added khard vdirsync configs and some other things
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 9916797..3f6b1f8 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -21,7 +21,7 @@ exec swayidle -w \ before-sleep 'swaylock -f -c 000000' # Shortcuts -bindsym $mod+Return exec $term +bindsym $mod2+Return exec $term bindsym $mod+F11 exec $screenshot bindsym $mod+F12 exec $screenclip @@ -114,6 +114,7 @@ bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show for_window [class="^Chromium$"] border none +for_window [app_id=""] border none for_window [class="tasty.javafx.launcher.LauncherFxApp"] border none for_window [title="Confirmation"] floating enable for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable |