1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00
This commit is contained in:
Simon
2021-01-21 11:38:55 +01:00
parent 67ddef5067
commit d6cc395b59
+6 -6
View File
@@ -78,6 +78,7 @@ bindsym $mod+Shift+q kill
# Terminal
bindsym $mod+r exec --no-startup-id $terminal
bindsym $mod+Shift+r exec --no-startup-id "$terminal --class 'floatingWindow, floatingWindow'"
bindsym $mod+Ctrl+r exec --no-startup-id $backupTerminal
bindsym $mod+Return exec --no-startup-id $terminal
bindsym $mod+Shift+Return exec --no-startup-id "$terminal --class 'floatingWindow, floatingWindow'"
@@ -147,7 +148,6 @@ bindsym XF86MonBrightnessDown exec "xbacklight -dec 10"
# Screenshot [fullscreen, select area, select area with 3 second delay]
bindsym Print exec --no-startup-id "flameshot gui"
bindsym $mod+Print exec --no-startup-id "flameshot full"
#bindsym $mod+Shift+Print exec --no-startup-id deepin-screenshot -d 3 -s /home/sim/Pictures/Screenshots
# Firefox
bindsym $mod+F2 exec --no-startup-id firefox
@@ -287,12 +287,12 @@ bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
for_window [class="^.*"] border pixel $borderThickness
# Open applications on specific workspaces
for_window [class="Spotify"] move --no-auto-back-and-forth to workspace $ws9
#for_window [class="Spotify"] move --no-auto-back-and-forth to workspace $ws9
assign [class="Virt-manager"] $ws10
assign [title="WhatsApp*"] $ws9
assign [title="Telegram*"] $ws9
assign [title="TeamSpeak*"] $ws9
#assign [class="Virt-manager"] $ws10
#assign [title="WhatsApp*"] $ws9
#assign [title="Telegram*"] $ws9
#assign [title="TeamSpeak*"] $ws9
# Open specific applications in floating mode
for_window [class="floatingWindow"] floating enable border pixel $borderThickness