diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-08-26 15:45:27 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-08-26 15:45:27 +0200 |
| commit | 5e90fa775e4c654d5383e7a14876dde51ee94913 (patch) | |
| tree | 71c00fe58b2e79dac18238c97a53546039444395 /.config/i3/config | |
| parent | bbe7b2670d2900dfdd260447b5d79eead21427d7 (diff) | |
update
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 7f094d2..563bd4c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,7 +37,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 000000 --nofork # Notification daemon (see ~/.config/dunst/dunstrc for configuration) exec --no-startup-id dunst -bindsym $mod+a exec --no-startup-id dunstctl action +#bindsym $mod+a exec --no-startup-id dunstctl action bindsym $mod+c exec --no-startup-id dunstctl context bindsym $mod+n exec --no-startup-id dunstctl close bindsym $mod+twosuperior exec --no-startup-id dunstctl history-pop @@ -95,11 +95,11 @@ for_window [class="Signal"] floating enable for_window [class="Slack"] floating enable for_window [class="Spotify"] floating enable for_window [class="Thunderbird"] floating enable +for_window [class="UXTerm"] floating enable for_window [class="vlc"] floating enable for_window [instance="wish"] floating enable for_window [class="wpa_gui"] floating enable for_window [class="XVroot"] floating enable -#for_window [class="XTerm"] floating enable for_window [class="zoom"] floating enable bindsym button3 floating toggle @@ -109,6 +109,7 @@ floating_modifier $mod # start a terminal bindsym $mod+Return exec --no-startup-id xt +bindsym $mod+a exec --no-startup-id uxterm # kill focused window bindsym $mod+Shift+a kill |
