update and add presets
This commit is contained in:
parent
b224d47fac
commit
db60eadb36
@ -26,5 +26,7 @@
|
|||||||
"dock-margin": 0,
|
"dock-margin": 0,
|
||||||
"dock-icon-size": 48,
|
"dock-icon-size": 48,
|
||||||
"dock-css": "",
|
"dock-css": "",
|
||||||
"dock-on": false
|
"dock-on": false,
|
||||||
|
"swaync-positionX": "right",
|
||||||
|
"swaync-positionY": "top"
|
||||||
}
|
}
|
@ -5,7 +5,7 @@
|
|||||||
"launcher-file-search-columns": 2,
|
"launcher-file-search-columns": 2,
|
||||||
"launcher-search-files": true,
|
"launcher-search-files": true,
|
||||||
"launcher-categories": true,
|
"launcher-categories": true,
|
||||||
"launcher-resident": true,
|
"launcher-resident": false,
|
||||||
"launcher-overlay": false,
|
"launcher-overlay": false,
|
||||||
"launcher-css": "preset-0.css",
|
"launcher-css": "preset-0.css",
|
||||||
"launcher-on": true,
|
"launcher-on": true,
|
||||||
@ -26,5 +26,7 @@
|
|||||||
"dock-margin": 0,
|
"dock-margin": 0,
|
||||||
"dock-icon-size": 48,
|
"dock-icon-size": 48,
|
||||||
"dock-css": "preset-0.css",
|
"dock-css": "preset-0.css",
|
||||||
"dock-on": false
|
"dock-on": false,
|
||||||
|
"swaync-positionX": "right",
|
||||||
|
"swaync-positionY": "top"
|
||||||
}
|
}
|
@ -26,5 +26,7 @@
|
|||||||
"dock-margin": 0,
|
"dock-margin": 0,
|
||||||
"dock-icon-size": 48,
|
"dock-icon-size": 48,
|
||||||
"dock-css": "preset-1.css",
|
"dock-css": "preset-1.css",
|
||||||
"dock-on": true
|
"dock-on": true,
|
||||||
|
"swaync-positionX": "center",
|
||||||
|
"swaync-positionY": "top"
|
||||||
}
|
}
|
@ -26,5 +26,7 @@
|
|||||||
"dock-margin": 0,
|
"dock-margin": 0,
|
||||||
"dock-icon-size": 48,
|
"dock-icon-size": 48,
|
||||||
"dock-css": "preset-2.css",
|
"dock-css": "preset-2.css",
|
||||||
"dock-on": false
|
"dock-on": false,
|
||||||
|
"swaync-positionX": "right",
|
||||||
|
"swaync-positionY": "bottom"
|
||||||
}
|
}
|
@ -26,5 +26,7 @@
|
|||||||
"dock-margin": 0,
|
"dock-margin": 0,
|
||||||
"dock-icon-size": 42,
|
"dock-icon-size": 42,
|
||||||
"dock-css": "preset-3.css",
|
"dock-css": "preset-3.css",
|
||||||
"dock-on": true
|
"dock-on": true,
|
||||||
|
"swaync-positionX": "right",
|
||||||
|
"swaync-positionY": "top"
|
||||||
}
|
}
|
@ -15,5 +15,6 @@
|
|||||||
"panel-preset": "preset-0",
|
"panel-preset": "preset-0",
|
||||||
"panel-custom": "",
|
"panel-custom": "",
|
||||||
"show-on-startup": true,
|
"show-on-startup": true,
|
||||||
"show-help": false
|
"show-help": false,
|
||||||
|
"last-upgrade-check": 0
|
||||||
}
|
}
|
@ -2,8 +2,9 @@
|
|||||||
Web browser Mod+w
|
Web browser Mod+w
|
||||||
Text editor Mod+e
|
Text editor Mod+e
|
||||||
File manager Mod+f
|
File manager Mod+f
|
||||||
Application launcher Alt+F1|Ctrl+Space
|
|
||||||
Dock show/hide Mod+d
|
Dock show/hide Mod+d
|
||||||
|
Notification center Mod+c
|
||||||
|
Application launcher Alt+F1|Ctrl+Space
|
||||||
|
|
||||||
Kill task Alt+q
|
Kill task Alt+q
|
||||||
Exit menu Mod+x
|
Exit menu Mod+x
|
||||||
|
@ -39,7 +39,6 @@ exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|||||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec mako --icons 1 --markup 1 --actions 1 --padding 10 --background-color "#81a1c1" --default-timeout 10000
|
|
||||||
exec ~/.azotebg
|
exec ~/.azotebg
|
||||||
|
|
||||||
# The files we include below are created and will be overwritten by nwg-shell-config GUI!
|
# The files we include below are created and will be overwritten by nwg-shell-config GUI!
|
||||||
@ -125,6 +124,7 @@ bindsym $Mod+w exec $browser
|
|||||||
bindsym Control+space exec $launcher
|
bindsym Control+space exec $launcher
|
||||||
bindsym Mod1+F1 exec $launcher
|
bindsym Mod1+F1 exec $launcher
|
||||||
bindsym $Mod+f exec $filemanager
|
bindsym $Mod+f exec $filemanager
|
||||||
|
bindsym $Mod+c exec swaync-client -t
|
||||||
|
|
||||||
# Exit menu
|
# Exit menu
|
||||||
bindsym $Mod+x exec $exit
|
bindsym $Mod+x exec $exit
|
||||||
|
Reference in New Issue
Block a user