Update dot_config/i3/config
This commit is contained in:
parent
deae46e5e2
commit
9f710b8254
1 changed files with 3 additions and 4 deletions
|
@ -229,11 +229,10 @@ mode "resize" {
|
||||||
|
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
set $mode_notification Notification (q: close, c: close_all, h: history, a: context)
|
set $mode_notification Notification (q: close, c: close-all, a: context)
|
||||||
mode "$mode_notification" {
|
mode "$mode_notification" {
|
||||||
bindsym q mode "default", exec dunstctl close
|
bindsym q mode "default", exec dunstctl close
|
||||||
bindsym c mode "default", exec dunstctl close_all
|
bindsym c mode "default", exec dunstctl close-all
|
||||||
bindsym h mode "default", exec dunstctl history
|
|
||||||
bindsym a mode "default", exec dunstctl context
|
bindsym a mode "default", exec dunstctl context
|
||||||
}
|
}
|
||||||
bindsym $mod+n mode "$mode_notification"
|
bindsym $mod+n mode "$mode_notification"
|
||||||
|
@ -277,7 +276,7 @@ default_floating_border pixel 4
|
||||||
|
|
||||||
|
|
||||||
# set floating (nontiling)for apps needing it:
|
# set floating (nontiling)for apps needing it:
|
||||||
for_window [class="Galculator" instance="galculator"] floating enable
|
for_window [class="scrcpy"] floating enable
|
||||||
|
|
||||||
# Enable gnome keyring
|
# Enable gnome keyring
|
||||||
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg
|
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=gpg
|
||||||
|
|
Loading…
Reference in a new issue