update and add presets

This commit is contained in:
piotr 2022-01-29 02:38:09 +01:00
parent b224d47fac
commit db60eadb36
8 changed files with 21 additions and 9 deletions

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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"
} }

View File

@ -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
} }

View File

@ -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

View File

@ -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