update:lockscreen migration
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
scripts/.gitremotetoken.json
|
||||
dms
|
||||
venv/
|
||||
.env
|
||||
*.pyc
|
||||
|
||||
@@ -6,3 +6,7 @@ Kanshi
|
||||
|
||||
config: ~/.config/kanshi/config
|
||||
startup: inside mangowm startup script, in autostart.sh
|
||||
|
||||
## DMS Greeter
|
||||
|
||||
https://danklinux.com/docs/dankgreeter/configuration#mango
|
||||
|
||||
@@ -3,7 +3,7 @@ set +e
|
||||
|
||||
awww-daemon & disown
|
||||
|
||||
init-wallpapers
|
||||
# init-wallpapers
|
||||
|
||||
# dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots
|
||||
# /usr/lib/xdg-desktop-portal &
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# More option see https://github.com/DreamMaoMao/mango/wiki/
|
||||
|
||||
shadows = 0
|
||||
layer_shadows = 0
|
||||
shadows = 1
|
||||
layer_shadows = 1
|
||||
shadow_only_floating = 1
|
||||
shadows_size = 10
|
||||
shadows_blur = 15
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
exec=killall waybar 2>/dev/null || true && waybar & disown
|
||||
# exec=killall waybar 2>/dev/null || true && waybar & disown
|
||||
exec-once=~/.config/mango/autostart.sh
|
||||
exec-once=run-wlsunset.sh init
|
||||
# exec-once=run-wlsunset.sh init
|
||||
exec-once=init-screen-scale
|
||||
exec-once=init-lockscreen
|
||||
# exec-once=init-lockscreen
|
||||
exec-once=udiskie --automount --notify
|
||||
# exec-once=qs -c noctalia-shell
|
||||
exec-once=dms run
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
# mod keys name: super,ctrl,alt,shift,none
|
||||
|
||||
# rofi
|
||||
bind=SUPER+SHIFT,x,spawn,rofi-settings-manager.sh
|
||||
bind=SUPER+SHIFT,p,spawn,rofi-power-manager.sh
|
||||
bind=SUPER+SHIFT,h,spawn,rofi-help-manager.sh
|
||||
bind=SUPER+SHIFT,c,spawn,rofi-config-manager.sh
|
||||
bind=SUPER,d,spawn,rofi-app-manager.sh
|
||||
bind=SUPER+SHIFT,x,spawn,~/.local/bin/rofi-settings-manager.sh
|
||||
bind=SUPER+SHIFT,p,spawn,~/.local/bin/rofi-power-manager.sh
|
||||
bind=SUPER+SHIFT,h,spawn,~/.local/bin/rofi-help-manager.sh
|
||||
bind=SUPER+SHIFT,c,spawn,~/.local/bin/rofi-config-manager.sh
|
||||
bind=SUPER,d,spawn,~/.local/bin/rofi-app-manager.sh
|
||||
|
||||
# reload config
|
||||
bind=SUPER,r,reload_config
|
||||
@@ -15,13 +15,13 @@ bind=SUPER,r,reload_config
|
||||
# utility / screenshot / screen record
|
||||
# scripts probably in ~/.local/bin
|
||||
# - area select screenshot
|
||||
bind=SUPER+ALT,p,spawn,mangowm-screenshot
|
||||
bind=SUPER+ALT,p,spawn,~/.local/bin/mangowm-screenshot
|
||||
# - monitor select screenshot
|
||||
bind=SUPER+ALT+CTRL,p,spawn,mangowm-screenshot screen
|
||||
bind=SUPER+ALT+CTRL,p,spawn,~/.local/bin/mangowm-screenshot screen
|
||||
# - screen capture/record
|
||||
bind=SUPER+ALT,v,spawn,mangowm-screenrecord
|
||||
bind=SUPER+ALT,v,spawn,~/.local/bin/mangowm-screenrecord
|
||||
# - monitor select capture/record
|
||||
bind=SUPER+ALT+CTRL,v,spawn,mangowm-screenrecord screen
|
||||
bind=SUPER+ALT+CTRL,v,spawn,~/.local/bin/mangowm-screenrecord screen
|
||||
|
||||
bind=SUPER,Return,spawn,ghostty
|
||||
bind=SUPER,e,spawn,thunar
|
||||
|
||||
Reference in New Issue
Block a user