diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:25:36 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-04-02 13:25:36 +0200 |
commit | 87e48f4427da2ab506ce07cff95a17235525f087 (patch) | |
tree | d3c30ef6b2e661f322cd59027531a8e76c91cd5b /.i3/config | |
parent | ae3742b30de7fa014a92a630fdc03c1849bf26e2 (diff) | |
download | dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.gz dotfiles-87e48f4427da2ab506ce07cff95a17235525f087.tar.xz |
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |