.
This commit is contained in:
parent
ba2a14a513
commit
f7ad952688
2 changed files with 29 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
# Colour Themes:
|
# Colour Themes:
|
||||||
focused_border_colour : #995500
|
focused_border_colour : #592b38
|
||||||
#focused_border_colour : #ffffff
|
unfocused_border_colour : #333333
|
||||||
unfocused_border_colour : #444444
|
|
||||||
swap_border_colour : #eeeeee
|
swap_border_colour : #eeeeee
|
||||||
|
|
||||||
# General Options:
|
# General Options:
|
||||||
|
|
@ -32,7 +31,7 @@ mod_key : super
|
||||||
bind : mod + + shift + Return : "st"
|
bind : mod + + shift + Return : "st"
|
||||||
bind : mod + shift + s : "librewolf"
|
bind : mod + shift + s : "librewolf"
|
||||||
bind : mod + s : "screenshot"
|
bind : mod + s : "screenshot"
|
||||||
bind : mod + d : "dmenu_run"
|
bind : mod + d : "dmenu_run -sb #592b38"
|
||||||
|
|
||||||
# Window Management:
|
# Window Management:
|
||||||
call : mod + shift + d : close_window
|
call : mod + shift + d : close_window
|
||||||
|
|
@ -40,7 +39,6 @@ call : mod + c : centre_window
|
||||||
call : mod + shift + e : quit
|
call : mod + shift + e : quit
|
||||||
call : mod + m : toggle_monocle
|
call : mod + m : toggle_monocle
|
||||||
|
|
||||||
# Focus Movement:
|
|
||||||
call : mod + j : focus_next
|
call : mod + j : focus_next
|
||||||
call : mod + k : focus_prev
|
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