a lot of changes
This commit is contained in:
parent
d6e546958e
commit
2c121b4a21
18 changed files with 75 additions and 21 deletions
|
@ -48,7 +48,8 @@ bindsym Mod4+d exec dmenu_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.
|
||||
bindsym Mod4+Shift+d exec --no-startup-id i3-dmenu-desktop
|
||||
#bindsym Mod4+Shift+d exec --no-startup-id i3-dmenu-desktop
|
||||
bindsym Mod4+Shift+d exec --no-startup-id rofi -modi window#run#drun#ssh -combi-modi window#run#drun#ssh -show combi -theme solarized
|
||||
|
||||
# change focus
|
||||
bindsym Mod4+$left focus left
|
||||
|
@ -194,14 +195,18 @@ bindsym XF86AudioLowerVolume exec /usr/bin/pactl set-sink-volume @DEFAULT_SINK@
|
|||
bindsym XF86AudioRaiseVolume exec /usr/bin/pactl set-sink-volume @DEFAULT_SINK@ '+5%'
|
||||
bindsym XF86AudioMute exec /usr/bin/pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
|
||||
bindsym Shift+Escape exec pactl list sources short | cut -f1 | xargs -I{} pactl set-source-mute {} 0
|
||||
bindsym --release Shift+Escape exec pactl list sources short | cut -f1 | xargs -I{} pactl set-source-mute {} 1
|
||||
|
||||
# Playback control
|
||||
bindsym XF86AudioPlay exec playerctl play-pause
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# Backlight level control
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5
|
||||
|
||||
# Screenshots
|
||||
bindsym --release Print exec --no-startup-id scrot -e 'mv $f ~/Images/screenshots/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue