diff options
Diffstat (limited to 'dot.config-sway-config')
| -rw-r--r-- | dot.config-sway-config | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/dot.config-sway-config b/dot.config-sway-config index 0880128..368e866 100644 --- a/dot.config-sway-config +++ b/dot.config-sway-config @@ -1,6 +1,8 @@ +# -*- conf -*- + set $mod Mod4 -output eDP-1 scale 2 +include local.conf # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. @@ -178,15 +180,24 @@ bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle #bindsym $mod+F4 exec setxkbmap us input * { - xkb_layout de - xkb_variant bone + xkb_layout de,us,de,gr + xkb_variant bone,,ru, } +bindsym $mod+Mod1+space input * xkb_switch_layout next +bindsym $mod+F1 input * xkb_switch_layout 0 +bindsym $mod+F2 input * xkb_switch_layout 1 +bindsym $mod+F3 input * xkb_switch_layout 2 +bindsym $mod+F4 input * xkb_switch_layout 3 output * { bg ~/Pictures/rainbow_colorful_background_lines_patterns_66008_2560x1440.png fill } +seat * xcursor_theme "Adwaita" + exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec mako exec swayidle -w lock "swaylock -f" before-sleep "loginctl lock-session" timeout 600 'swaymsg "output * dpms off"; loginctl lock-session' resume 'swaymsg "output * dpms on"' # Lat/Lon for Aachen -exec wlsunset -l 50.8 -L 6.0 +exec wlsunset -l 50.8 -L 6.1 +exec nm-applet --indicator |
