From 7aabe16b9d623df0405ff71b6e7b73e82fae3cda Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 10 Apr 2020 08:01:53 -0400 Subject: pulse in i3 --- .config/i3/config | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index ef8077f..85e96d8 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -59,7 +59,7 @@ bindsym $mod+grave exec --no-startup-id dmenuunicode ##bindsym $mod+asciitilde #STOP/HIDE EVERYTHING: -bindsym $mod+Shift+Delete exec --no-startup-id lmc mute ; exec --no-startup-id mpc pause && pkill -RTMIN+10 i3blocks ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e lf +bindsym $mod+Shift+Delete exec --no-startup-id pulsemixer --mute ; exec --no-startup-id mpc pause && pkill -RTMIN+10 i3blocks ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e lf # Show selection: bindsym $mod+Insert exec --no-startup-id showclip @@ -97,7 +97,7 @@ bindsym $mod+p exec --no-startup-id mpc toggle bindsym $mod+Shift+p exec --no-startup-id mpc pause bindsym $mod+a exec --no-startup-id ddspawn dropdowncalc -f mono:pixelsize=24 -bindsym $mod+Shift+a exec $term -e alsamixer +bindsym $mod+Shift+a exec $term -e pulsemixer bindsym $mod+s gaps inner current plus 5 bindsym $mod+Shift+s gaps inner current minus 5 @@ -150,7 +150,7 @@ bindsym $mod+n exec $term -e newsboat && pkill -RTMIN+6 i3blocks bindsym $mod+Shift+n floating toggle; sticky toggle; exec --no-startup-id hover right bindsym $mod+m exec --no-startup-id $term -e ncmpcpp -bindsym $mod+Shift+m exec --no-startup-id lmc toggle +bindsym $mod+Shift+m exec --no-startup-id pulsemixer --toggle-mute # #---Workspace Bindings---# # bindsym $mod+Home workspace $ws1 @@ -252,10 +252,10 @@ bindsym $mod+Ctrl+Right move workspace to output right # #---Media Keys---# # # Volume keys -bindsym $mod+plus exec --no-startup-id lmc up -bindsym $mod+Shift+plus exec --no-startup-id lmc up 15 -bindsym $mod+minus exec --no-startup-id lmc down -bindsym $mod+Shift+minus exec --no-startup-id lmc down 15 +bindsym $mod+plus exec --no-startup-id pulsemixer --change-volume +5 +bindsym $mod+Shift+plus exec --no-startup-id pulsemixer --change-volume +15 +bindsym $mod+minus exec --no-startup-id pulsemixer --change-volume -5 +bindsym $mod+Shift+minus exec --no-startup-id pulsemixer --change-volume -15 bindsym $mod+less exec --no-startup-id mpc prev bindsym $mod+Shift+less exec --no-startup-id mpc seek 0% bindsym $mod+greater exec --no-startup-id mpc next @@ -276,13 +276,13 @@ bindsym $mod+Delete exec $stoprec bindsym XF86Launch1 exec --no-startup-id xset dpms force off # #---Extra XF86 Keys---# # -bindsym XF86AudioMute exec --no-startup-id lmc toggle -bindsym XF86AudioLowerVolume exec --no-startup-id lmc down -bindsym Shift+XF86AudioLowerVolume exec --no-startup-id lmc down 10 -bindsym Control+XF86AudioLowerVolume exec --no-startup-id lmc down 1 -bindsym XF86AudioRaiseVolume exec --no-startup-id lmc up -bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id lmc up 10 -bindsym Control+XF86AudioRaiseVolume exec --no-startup-id lmc up 1 +bindsym XF86AudioMute exec --no-startup-id pulsemixer --toggle-mute +bindsym XF86AudioLowerVolume exec --no-startup-id pulsemixer --change-volume -5 +bindsym Shift+XF86AudioLowerVolume exec --no-startup-id pulsemixer --change-volume -10 +bindsym Control+XF86AudioLowerVolume exec --no-startup-id pulsemixer --change-volume -1 +bindsym XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +5 +bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +10 +bindsym Control+XF86AudioRaiseVolume exec --no-startup-id pulsemixer --change-volume +1 bindsym XF86PowerOff exec --no-startup-id prompt "Shutdown computer?" "$shutdown" ##bindsym XF86Copy exec ##bindsym XF86Open exec -- cgit v1.3.1