diff options
| -rw-r--r-- | _linux/i3/config | 6 | ||||
| -rw-r--r-- | _linux/sxhkd/sxhkdrc | 7 |
2 files changed, 5 insertions, 8 deletions
diff --git a/_linux/i3/config b/_linux/i3/config index 4dbf18f..eddc6a3 100644 --- a/_linux/i3/config +++ b/_linux/i3/config @@ -20,7 +20,7 @@ font pango:monospace 10 exec --no-startup-id dex --autostart --environment i3 # mute by default (doesn't work) -exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ true +#exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ true # The combination of xss-lock, nm-applet and pactl is a popular choice, so # they are included here as an example. Modify as you see fit. @@ -33,8 +33,8 @@ exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ true # and nm-applet is a desktop environment-independent system tray GUI for it. # exec --no-startup-id nm-applet -exec --no-startup-id flameshot -exec --no-startup-id espanso service start --unmanaged +# exec --no-startup-id flameshot +# exec --no-startup-id espanso service start --unmanaged # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status diff --git a/_linux/sxhkd/sxhkdrc b/_linux/sxhkd/sxhkdrc index d32f2f1..5035c74 100644 --- a/_linux/sxhkd/sxhkdrc +++ b/_linux/sxhkd/sxhkdrc @@ -12,8 +12,5 @@ super + shift + m super + ctrl + space playerctl play-pause -bindsym $mod+Control+Up exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status -bindsym $mod+Control+Down exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status -bindsym $mod+m exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status - -bindsym $mod+Control+space exec --no-startup-id playerctl play-pause +super + v + copyq toggle |
