diff --git a/de/home/.config/katerc b/de/home/.config/katerc index 6f104ac..0a14490 100644 --- a/de/home/.config/katerc +++ b/de/home/.config/katerc @@ -170,7 +170,7 @@ SetEditor=false [MainWindow] 1920x1200 screen: Height=1119 -1920x1200 screen: Width=941 +1920x1200 screen: Width=642 2 screens: Height=1119 2 screens: Width=490 2048x1280 screen: Height=1030 diff --git a/de/home/.config/sway/config.d/keys.d/launch b/de/home/.config/sway/config.d/keys.d/launch index b37ef52..b5b7098 100644 --- a/de/home/.config/sway/config.d/keys.d/launch +++ b/de/home/.config/sway/config.d/keys.d/launch @@ -12,11 +12,11 @@ bindsym { #lockscreen $mod+l exec sdu lock #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 $mod+Shift+n exec swaync-client -t -sw #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 $mod+Shift+s exec sp-screenshot #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 '$HOME/.config/sway/scripts/eww-toggle.sh homewidgets_reveal' #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 "{}" #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 "{}" #browser -# $mod+shift+b exec sp-launcher browser $mod+shift+b exec 'sdu launch --program browser' -# $mod+t exec sp-launcher browser-newtab $mod+t exec 'sdu launch --program browser_newtab' #file browser -# $mod+shift+f exec sp-launcher file_manager $mod+shift+f exec 'sdu launch --program filemanager' #calculator $mod+c exec wofi-calc