New backup 2026-01-27 18:24:03

This commit is contained in:
Penelope Gwen 2026-01-27 18:24:03 -08:00
parent 5863323af9
commit 0f797711ec
2 changed files with 3 additions and 8 deletions

View file

@ -170,7 +170,7 @@ SetEditor=false
[MainWindow] [MainWindow]
1920x1200 screen: Height=1119 1920x1200 screen: Height=1119
1920x1200 screen: Width=941 1920x1200 screen: Width=642
2 screens: Height=1119 2 screens: Height=1119
2 screens: Width=490 2 screens: Width=490
2048x1280 screen: Height=1030 2048x1280 screen: Height=1030

View file

@ -12,11 +12,11 @@ bindsym {
#lockscreen #lockscreen
$mod+l exec sdu lock $mod+l exec sdu lock
#profile manager #profile manager
# $mod+Shift+p exec sp-profiles $mod+Shift+p exec sdu profile list --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu profile switch to "{}"
#sway notification center #sway notification center
$mod+Shift+n exec swaync-client -t -sw $mod+Shift+n exec swaync-client -t -sw
#power menu #power menu
$mod+Shift+e exec sp-powermenu $mod+Shift+e exec sdu power | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu power "{}"
#screenshot #screenshot
$mod+Shift+s exec sp-screenshot $mod+Shift+s exec sp-screenshot
#clipboard #clipboard
@ -26,18 +26,13 @@ bindsym {
## $mod+w exec eww open --toggle --screen "$(swaymsg -t get_outputs | jq -r '.[]|select(.focused==true).model')" home ## $mod+w exec eww open --toggle --screen "$(swaymsg -t get_outputs | jq -r '.[]|select(.focused==true).model')" home
$mod+w exec '$HOME/.config/sway/scripts/eww-toggle.sh homewidgets_reveal' $mod+w exec '$HOME/.config/sway/scripts/eww-toggle.sh homewidgets_reveal'
#profile shortcuts #profile shortcuts
## $mod+shift+o exec sp-shortcuts
$mod+shift+o exec sdu profile shortcuts get --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu profile shortcuts execute "{}" $mod+shift+o exec sdu profile shortcuts get --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu profile shortcuts execute "{}"
#global shortcuts #global shortcuts
## $mod+shift+l exec sp-global-shortcuts
$mod+shift+l exec sdu shortcuts get --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu shortcuts execute "{}" $mod+shift+l exec sdu shortcuts get --mode dmenu | wofi --show dmenu | cut -d' ' -f2- | xargs -I "{}" -- sdu shortcuts execute "{}"
#browser #browser
# $mod+shift+b exec sp-launcher browser
$mod+shift+b exec 'sdu launch --program browser' $mod+shift+b exec 'sdu launch --program browser'
# $mod+t exec sp-launcher browser-newtab
$mod+t exec 'sdu launch --program browser_newtab' $mod+t exec 'sdu launch --program browser_newtab'
#file browser #file browser
# $mod+shift+f exec sp-launcher file_manager
$mod+shift+f exec 'sdu launch --program filemanager' $mod+shift+f exec 'sdu launch --program filemanager'
#calculator #calculator
$mod+c exec wofi-calc $mod+c exec wofi-calc