From 0d3345e5b87cb478f4bbf24c61af24c5e2662166 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 15 Apr 2022 13:21:41 +0300 Subject: [PATCH] sway: restore text editor shortcut, font, alt-tab (wofi), galculator --- conf/sway/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/conf/sway/config b/conf/sway/config index 3e750b38..e66689a3 100644 --- a/conf/sway/config +++ b/conf/sway/config @@ -23,6 +23,12 @@ set $menu bemenu-run | xargs swaymsg exec -- # Screen lock command set $ScreenLockCmd swaylock -c 000000 -f +# Preferred graphical text editor +set $TEXTEDITOR pluma + +# Font +font pango:OpenDyslexic 9 + ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) @@ -110,6 +116,15 @@ output * bg /usr/share/backgrounds/default.png fill bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right + + # alt-tab, super-g + bindsym Mod1+Tab exec --no-startup-id wofi -show window + bindsym $mod+g exec --no-startup-id wofi -show window + # super-t + bindsym $mod+t exec --no-startup-id $TEXTEDITOR + # calculator + bindsym XF86Calculator exec --no-startup-id galculator + # # Workspaces: #