Compare commits
No commits in common. "f8b2b8883f9c3850ba6516559fcbd0a9f5b55933" and "db5fb7011f5eb3b3b084f3fc8ccda6e86096f151" have entirely different histories.
f8b2b8883f
...
db5fb7011f
|
@ -7,7 +7,6 @@ bind
|
||||||
chromium
|
chromium
|
||||||
cups
|
cups
|
||||||
docker
|
docker
|
||||||
dosfstools
|
|
||||||
dkms
|
dkms
|
||||||
dunst
|
dunst
|
||||||
evince
|
evince
|
||||||
|
|
|
@ -233,7 +233,7 @@ for_window [class="Telegram"] move scratchpad
|
||||||
# we don't use class="Thunderbird" to not move windows like "MsgCompose" to scratchpad : only the main window will be in scratchpad
|
# we don't use class="Thunderbird" to not move windows like "MsgCompose" to scratchpad : only the main window will be in scratchpad
|
||||||
for_window [instance="Mail"] move scratchpad
|
for_window [instance="Mail"] move scratchpad
|
||||||
# icon in tray, don't need shortcut to bring it back
|
# icon in tray, don't need shortcut to bring it back
|
||||||
for_window [title="qBittorrent*"] move scratchpad
|
for_window [class="qBittorrent"] move scratchpad
|
||||||
bindsym $mod+Shift+m [instance="Mail"] scratchpad show, move position center
|
bindsym $mod+Shift+m [instance="Mail"] scratchpad show, move position center
|
||||||
bindsym $mod+Shift+s [class="Signal"] scratchpad show, move position center
|
bindsym $mod+Shift+s [class="Signal"] scratchpad show, move position center
|
||||||
bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center
|
bindsym $mod+Shift+t [class="Telegram"] scratchpad show, move position center
|
||||||
|
|
Loading…
Reference in New Issue