wpg additions etc..
This commit is contained in:
parent
e2d5619045
commit
b6171234c2
|
|
@ -210,7 +210,8 @@ bindsym $mod+Shift+a exec pavucontrol
|
||||||
bindsym $mod+s gaps inner current plus 5
|
bindsym $mod+s gaps inner current plus 5
|
||||||
bindsym $mod+Shift+s gaps inner current minus 5
|
bindsym $mod+Shift+s gaps inner current minus 5
|
||||||
|
|
||||||
bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
|
#bindsym $mod+d exec rofi -config ~/.config/rofi/config -show drun
|
||||||
|
bindsym $mod+d exec dmenu_extended_run
|
||||||
bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
|
bindsym Mod1+d exec ~/.config/Scripts/rofi-bangs.sh
|
||||||
|
|
||||||
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
bindsym $mod+Shift+d gaps inner current set 0; gaps outer current set 0
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,79 @@
|
||||||
|
{
|
||||||
|
"alias_applications": true,
|
||||||
|
"alias_display_format": "{name}",
|
||||||
|
"exclude_items": [],
|
||||||
|
"filebrowser": "xdg-open",
|
||||||
|
"fileopener": "xdg-open",
|
||||||
|
"filter_binaries": false,
|
||||||
|
"follow_symlinks": false,
|
||||||
|
"frequently_used": 0,
|
||||||
|
"global_ignore_folders": [],
|
||||||
|
"ignore_folders": [],
|
||||||
|
"include_applications": true,
|
||||||
|
"include_binaries": false,
|
||||||
|
"include_hidden_files": false,
|
||||||
|
"include_hidden_folders": false,
|
||||||
|
"include_items": [],
|
||||||
|
"indicator_alias": "",
|
||||||
|
"indicator_edit": "*",
|
||||||
|
"indicator_submenu": "->",
|
||||||
|
"menu": "dmenu",
|
||||||
|
"menu_arguments": [
|
||||||
|
"-b",
|
||||||
|
"-i",
|
||||||
|
"-nf",
|
||||||
|
"#<COLOR6>",
|
||||||
|
"-nb",
|
||||||
|
"#<COLOR0>",
|
||||||
|
"-sf",
|
||||||
|
"#<COLOR2>",
|
||||||
|
"-sb",
|
||||||
|
"#<COLOR8>",
|
||||||
|
"-fn",
|
||||||
|
"TamzenForPowerline",
|
||||||
|
"-l",
|
||||||
|
"10"
|
||||||
|
],
|
||||||
|
"password_helper": [
|
||||||
|
"zenity",
|
||||||
|
"--password",
|
||||||
|
"--title={prompt}"
|
||||||
|
],
|
||||||
|
"path_aliasFile": "",
|
||||||
|
"path_shellCommand": "~/.dmenuEextended_shellCommand.sh",
|
||||||
|
"prompt": "Open:",
|
||||||
|
"scan_hidden_folders": false,
|
||||||
|
"terminal": "urxvt",
|
||||||
|
"valid_extensions": [
|
||||||
|
"py",
|
||||||
|
"svg",
|
||||||
|
"pdf",
|
||||||
|
"txt",
|
||||||
|
"png",
|
||||||
|
"jpg",
|
||||||
|
"gif",
|
||||||
|
"php",
|
||||||
|
"tex",
|
||||||
|
"odf",
|
||||||
|
"ods",
|
||||||
|
"avi",
|
||||||
|
"mpg",
|
||||||
|
"mp3",
|
||||||
|
"lyx",
|
||||||
|
"bib",
|
||||||
|
"iso",
|
||||||
|
"ps",
|
||||||
|
"zip",
|
||||||
|
"xcf",
|
||||||
|
"doc",
|
||||||
|
"docxxls",
|
||||||
|
"xlsx",
|
||||||
|
"md",
|
||||||
|
"html",
|
||||||
|
"sublime-project"
|
||||||
|
],
|
||||||
|
"watch_folders": [
|
||||||
|
"~/"
|
||||||
|
],
|
||||||
|
"webbrowser": "xdg-open"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue