Updated rofi configuration
This commit is contained in:
parent
a557bb9c55
commit
1e2fa89524
12 changed files with 368 additions and 27 deletions
|
@ -64,7 +64,7 @@ bindsym $mod+h split h
|
|||
bindsym $mod+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
bindsym $mod+Mod1+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
|
@ -202,6 +202,10 @@ workspace_layout tabbed
|
|||
bindsym $mod+Mod1+l exec "~/Bin/lock.sh"
|
||||
bindsym Mod1+Control+q exec "~/Bin/lock.sh"
|
||||
|
||||
# File browser
|
||||
bindsym $mod+f exec "rofi -modi 'fb:~/.local/share/rofi/rofi-file-browser.sh' -show fb"
|
||||
bindsym $mod+x exec "rofi -modi 'find:~/.local/share/rofi/finder.sh' -show find"
|
||||
|
||||
# Multimedia keys
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` -5%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue