Added some tweaks to rofi
This commit is contained in:
parent
1e2fa89524
commit
f4e30a112d
5 changed files with 374 additions and 1 deletions
|
@ -204,7 +204,10 @@ 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"
|
||||
# Find file in user directory
|
||||
bindsym $mod+x exec "rofi -modi 'find:~/.local/share/rofi/finder.sh' -show find"
|
||||
# Shop top
|
||||
bindsym $mod+t exec "rofi -show top -modi top"
|
||||
|
||||
# Multimedia keys
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume `pactl info|grep Sink|cut -d: -f 2` +5%
|
||||
|
@ -223,6 +226,7 @@ bindsym Shift+XF86AudioNext exec dbus-send --print-reply --dest=org.mpris.MediaP
|
|||
|
||||
# Take Screenshot
|
||||
bindsym Print exec ~/Bin/screenshooter.sh
|
||||
bindsym $mod+Print exec ~/Bin/slip
|
||||
|
||||
#colors border back text indicator
|
||||
#client.focused #0088CC #0088CC #ffffff #dddddd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue