Added some tweaks to rofi

This commit is contained in:
Damien Broqua 2020-04-28 10:06:40 +02:00
parent 1e2fa89524
commit f4e30a112d
5 changed files with 374 additions and 1 deletions

View file

@ -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

3
config/rofi/config.top Normal file
View file

@ -0,0 +1,3 @@
[general]
sorting=1
ordering=1

12
config/slip/config Normal file
View file

@ -0,0 +1,12 @@
DMENU_CMD="rofi -dmenu"
RECORD_PIDFILE="/tmp/slip_record.pid"
IMAGES="${HOME}/Pictures"
VIDEOS="${HOME}/Videos"
DMENU_PROMPT="slip"
GIF_SCALE="640"
GIF_FPS="15"
SOUND=0
NOUPLOAD=1