mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 00:13:49 +01:00
Fix rofi config
This commit is contained in:
parent
5fd6e48db0
commit
5dbcef69fd
@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
##### teiler configuration file ######
|
##### teiler configuration file ######
|
||||||
|
|
||||||
|
_rofi () {
|
||||||
|
rofi -kb-accept-entry "!Return" "$@"
|
||||||
|
}
|
||||||
|
|
||||||
# general variables
|
# general variables
|
||||||
|
|
||||||
# the path where images, videos and pastes should be saved
|
# the path where images, videos and pastes should be saved
|
||||||
@ -9,12 +13,13 @@ vid_path=$HOME/Videos/Screencasts
|
|||||||
paste_path=$HOME/Dokumente/Pastes
|
paste_path=$HOME/Dokumente/Pastes
|
||||||
|
|
||||||
# set viewer for images and videos plus editor for images
|
# set viewer for images and videos plus editor for images
|
||||||
viewer=geeqie
|
# viewer=geeqie
|
||||||
|
viewer=feh
|
||||||
editor=pinta
|
editor=pinta
|
||||||
player=vlc
|
player=vlc
|
||||||
|
|
||||||
# Hitting Enter will upload
|
# Hitting Enter will upload
|
||||||
always_ul=1
|
# always_ul=1
|
||||||
|
|
||||||
# Uploading options
|
# Uploading options
|
||||||
# Possible Choices for img_ul: fb, scp, s3, imgur
|
# Possible Choices for img_ul: fb, scp, s3, imgur
|
||||||
|
Loading…
Reference in New Issue
Block a user