Compare commits
No commits in common. "323ff5259310bc725f99e01cd8534fbd8b4fb827" and "5221c654490496d05a89e9294222a4c0795e7f27" have entirely different histories.
323ff52593
...
5221c65449
|
@ -74,7 +74,6 @@ exec signal-desktop
|
|||
exec telegram-desktop
|
||||
exec obsidian
|
||||
exec --no-startup-id redshift-gtk
|
||||
exec qbittorrent
|
||||
|
||||
# fetch keys from HSM
|
||||
exec --no-startup-id gpg --card-status
|
||||
|
@ -95,7 +94,7 @@ bindsym $mod+Shift+d exec ~/.config/rofi/emoji-picker.py
|
|||
bindsym $mod+l exec --no-startup-id $Locker && sleep 1
|
||||
|
||||
# lock and suspend to SWAP
|
||||
bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl suspend
|
||||
bindsym $mod+Shift+l exec --no-startup-id $Locker && systemctl hibernate
|
||||
|
||||
# open Explorer
|
||||
bindsym $mod+e exec --no-startup-id nemo
|
||||
|
@ -225,8 +224,6 @@ for_window [class="Signal" window_type="normal"] move scratchpad
|
|||
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
|
||||
for_window [instance="Mail"] move scratchpad
|
||||
# icon in tray, don't need shortcut to bring it back
|
||||
for_window [instance="qBittorrent"] move scratchpad
|
||||
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+t [class="Telegram"] scratchpad show, move position center
|
||||
|
|
Loading…
Reference in New Issue