sway: restore text editor shortcut, font, alt-tab (wofi), galculator

This commit is contained in:
Aminda Suomalainen 2022-04-15 13:21:41 +03:00
parent 696967a5b6
commit 0d3345e5b8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 15 additions and 0 deletions

View File

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