From 87e48f4427da2ab506ce07cff95a17235525f087 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 2 Apr 2017 13:25:36 +0200 Subject: misc changes Signed-off-by: Florian Pritz --- .i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.i3/config') diff --git a/.i3/config b/.i3/config index 8227e0e..c151cbe 100644 --- a/.i3/config +++ b/.i3/config @@ -53,7 +53,7 @@ bindsym Mod3+F5 exec mpc prev bindsym Mod3+F6 exec mpc next bindsym Mod3+F11 exec mpc toggle bindsym Mod3+F12 exec screen-locker.sh -bindsym Print exec upshot +bindsym Print exec upshot-xbindkeys bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% #increase sound volume bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% #decrease sound volume @@ -62,7 +62,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% # bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +#bindsym $mod+d exec dmenu_run +bindsym $mod+d exec rofi -show run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. -- cgit v1.2.3-24-g4f1b