From e7fe4b4330b6c4c7a993b1ca93ae466a65170bec Mon Sep 17 00:00:00 2001 From: Masfehico Date: Wed, 12 Aug 2020 22:57:10 +0200 Subject: Multiple config files modified. They were added by the Larbs script by lukesmith. Kinda bloated for me. --- TMV/.config/i3/config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'TMV/.config/i3/config') diff --git a/TMV/.config/i3/config b/TMV/.config/i3/config index c637393..a5d25d2 100644 --- a/TMV/.config/i3/config +++ b/TMV/.config/i3/config @@ -197,8 +197,8 @@ bar { ###PERSONAL EDITS### bindsym $mod+Shift+W exec notify-send -t 5000 -i /home/mas/Pictures/icons/firefox.png "Opening" "firefox" ; exec firefox -bindsym $mod+Shift+X exec sudo poweroff -bindsym $mod+Shift+BackSpace exec sudo reboot +bindsym $mod+Shift+X exec "i3-nagbar -t warning -f fixed -m 'You pressed the shutting shortcut. Do you really eant to shut you computer?' -B 'Yes, shut it.' 'sudo poweroff'" +bindsym $mod+Shift+BackSpace exec "i3-nagbar -t warning -f fixed -m 'You pressed the restarting shortcut. Do you really eant to restart you computer?' -B 'Yes, restart it.' 'sudo reboot'" bindsym $mod+Shift+T exec notify-send -t 5000 -i /home/mas/Pictures/icons/tor.png "Opening" "tor" ; exec tor @@ -356,3 +356,9 @@ bindsym $mod+Shift+N exec xterm -e "newsboat" bindsym $mod+Shift+D exec notify-send -t 5000 -i /home/mas/Pictures/icons/discord.png "Opening" "Discord" ; exec Discord +# Media Player Controls +#bindsym ISO_Level3_Shift+F7 +bindsym XF86AudioPlay exec playerctl play-pause +bindsym XF86AudioPause exec playerctl pause +bindsym XF86AudioNext exec playerctl next +#bindsym XF86AudioPrev exec playerctl previous -- cgit v1.2.3