.
This commit is contained in:
parent
ba2a14a513
commit
f7ad952688
2 changed files with 29 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# Colour Themes:
|
||||
focused_border_colour : #995500
|
||||
#focused_border_colour : #ffffff
|
||||
unfocused_border_colour : #444444
|
||||
focused_border_colour : #592b38
|
||||
unfocused_border_colour : #333333
|
||||
swap_border_colour : #eeeeee
|
||||
|
||||
# General Options:
|
||||
|
|
@ -32,7 +31,7 @@ mod_key : super
|
|||
bind : mod + + shift + Return : "st"
|
||||
bind : mod + shift + s : "librewolf"
|
||||
bind : mod + s : "screenshot"
|
||||
bind : mod + d : "dmenu_run"
|
||||
bind : mod + d : "dmenu_run -sb #592b38"
|
||||
|
||||
# Window Management:
|
||||
call : mod + shift + d : close_window
|
||||
|
|
@ -40,7 +39,6 @@ call : mod + c : centre_window
|
|||
call : mod + shift + e : quit
|
||||
call : mod + m : toggle_monocle
|
||||
|
||||
# Focus Movement:
|
||||
call : mod + j : focus_next
|
||||
call : mod + k : focus_prev
|
||||
|
||||
|
|
|
|||
26
files/.foprc
Normal file
26
files/.foprc
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# ~/.foprc
|
||||
|
||||
# open in editor
|
||||
\.(c|h|txt|md)$ : vis
|
||||
|
||||
# open images
|
||||
\.(png|jpg|gif|webp)$ : nsxiv
|
||||
\.(html|svg) : librewolf
|
||||
|
||||
# open videos
|
||||
\.(avi|mp4|mkv|mp3|ogg|flac|mov|webm)$ : mpv
|
||||
|
||||
# open audios
|
||||
\.(mp3|wav)$ : mpv
|
||||
|
||||
# open www
|
||||
^https?:// : librewolf
|
||||
|
||||
# open documents
|
||||
\.pdf : librewolf
|
||||
|
||||
# open files with no extension
|
||||
(^|/)\.?[^./]+$ : vis
|
||||
|
||||
# fallback to xdg-open
|
||||
. : vis
|
||||
Loading…
Add table
Add a link
Reference in a new issue