···5959 xkb_layout us
6060 xkb_options ctrl:nocaps
6161}
6262+6363+input "1:1:AT_Translated_Set_2_keyboard" {
6464+ xkb_layout us
6565+ xkb_options ctrl:nocaps
6666+}
6267#
6368# You can get the names of your inputs by running: swaymsg -t get_inputs
6469# Read `man 5 sway-input` for more information about this section.
···6974#
7075# firstly, enable floating for da float class
7176 for_window [class="floatme"] floating enable
7777+7878+ # brightness
7979+ bindsym $mod+Up exec light -A 10
8080+ bindsym $mod+Down exec light -U 10
72817382 # Start a terminal
7483 bindsym $mod+Return exec $term
···100109 bindsym $mod+$down focus down
101110 bindsym $mod+$up focus up
102111 bindsym $mod+$right focus right
103103- # Or use $mod+[up|down|left|right]
104104- bindsym $mod+Left focus left
105105- bindsym $mod+Down focus down
106106- bindsym $mod+Up focus up
107107- bindsym $mod+Right focus right
108112109113 # Move the focused window with the same, but add Shift
110114 bindsym $mod+Shift+$left move left