diff --git a/files/.config/sxwmrc b/files/.config/sxwmrc index 48561e3..78477a6 100644 --- a/files/.config/sxwmrc +++ b/files/.config/sxwmrc @@ -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 diff --git a/files/.foprc b/files/.foprc new file mode 100644 index 0000000..63b112a --- /dev/null +++ b/files/.foprc @@ -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