diff options
| author | Marc Vertes <mvertes@free.fr> | 2020-06-01 22:20:51 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2020-06-01 22:20:51 +0200 |
| commit | 39bcc0e9bf2b655849024ba28676145e794f538d (patch) | |
| tree | f9a7accea460583610ace4d452f7e73e10d05cfb /.config/i3/config | |
| parent | b87761ba92a15794d3cf8a65cf7feddfc088cd6f (diff) | |
update
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 44acee4..757e202 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -26,7 +26,7 @@ font fixed # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. -#exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork +exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -c 000000 --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. @@ -39,8 +39,11 @@ exec --no-startup-id pasystray # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status +bindsym $mod+KP_Add exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status +bindsym $mod+KP_Subtract exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status +bindsym $mod+KP_Enter exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status # enable floating mode |
