bg phonetic keyboard

This commit is contained in:
Ivan Dimitrov 2023-07-03 20:27:45 +03:00
parent 6ff0e1ffd0
commit 1b8dc65cf3
2 changed files with 11 additions and 3 deletions

View File

@ -12,6 +12,7 @@ M.treesitter = {
"c", "c",
"markdown", "markdown",
"markdown_inline", "markdown_inline",
"nix",
}, },
indent = { indent = {
enable = true, enable = true,

View File

@ -11,7 +11,7 @@ output * bg /run/current-system/sw/share/backgrounds/sway/Sway_Wallpaper_Blue_19
bindsym $mod+Return exec $term bindsym $mod+Return exec $term
# Kill focused window # Kill focused window
bindsym $mod+Shift+q kill bindsym $mod+Shift+c kill
# Start your launcher # Start your launcher
bindsym $mod+p exec $menu bindsym $mod+p exec $menu
@ -24,10 +24,10 @@ output * bg /run/current-system/sw/share/backgrounds/sway/Sway_Wallpaper_Blue_19
floating_modifier $mod normal floating_modifier $mod normal
# Reload the configuration file # Reload the configuration file
bindsym $mod+Shift+c reload bindsym $mod+Shift+r reload
# Exit sway (logs you out of your Wayland session) # Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Shift+q exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
# #
# Moving around: # Moving around:
# #
@ -159,4 +159,11 @@ bar {
} }
} }
input "*"
{
xkb_layout us,bg
xkb_options grp:win_space_toggle
xkb_variant ,phonetic
}
include /etc/sway/config.d/* include /etc/sway/config.d/*