|
|
@ -139,6 +139,29 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
|
|
bindsym $mod+Shift+0 move container to workspace number 10
|
|
|
|
bindsym $mod+Shift+0 move container to workspace number 10
|
|
|
|
# Note: workspaces can have any name you want, not just numbers.
|
|
|
|
# Note: workspaces can have any name you want, not just numbers.
|
|
|
|
# We just use 1-10 as the default.
|
|
|
|
# We just use 1-10 as the default.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# bind numpad as well
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_1 workspace number 1
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_2 workspace number 2
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_3 workspace number 3
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_4 workspace number 4
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_5 workspace number 5
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_6 workspace number 6
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_7 workspace number 7
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_8 workspace number 8
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_9 workspace number 9
|
|
|
|
|
|
|
|
bindsym $mod+Mod2+KP_0 workspace number 10
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_1 move container to workspace number 1
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_2 move container to workspace number 2
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_3 move container to workspace number 3
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_4 move container to workspace number 4
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_5 move container to workspace number 5
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_6 move container to workspace number 6
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_7 move container to workspace number 7
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_8 move container to workspace number 8
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_9 move container to workspace number 9
|
|
|
|
|
|
|
|
bindsym $mod+Shift+Mod2+KP_0 move container to workspace number 10
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Layout stuff:
|
|
|
|
# Layout stuff:
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -210,7 +233,8 @@ bar {
|
|
|
|
|
|
|
|
|
|
|
|
# When the status_command prints a new line to stdout, swaybar updates.
|
|
|
|
# When the status_command prints a new line to stdout, swaybar updates.
|
|
|
|
# The default just shows the current date and time.
|
|
|
|
# The default just shows the current date and time.
|
|
|
|
status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
|
|
|
|
# status_command while date +'%Y-%m-%d %I:%M:%S %p'; do sleep 1; done
|
|
|
|
|
|
|
|
status_command i3status
|
|
|
|
|
|
|
|
|
|
|
|
colors {
|
|
|
|
colors {
|
|
|
|
statusline #ffffff
|
|
|
|
statusline #ffffff
|
|
|
@ -222,9 +246,12 @@ bar {
|
|
|
|
# Make SSH work
|
|
|
|
# Make SSH work
|
|
|
|
exec "ssh-agent -a $SSH_AUTH_SOCK"
|
|
|
|
exec "ssh-agent -a $SSH_AUTH_SOCK"
|
|
|
|
|
|
|
|
|
|
|
|
# Swap Caps and Esc
|
|
|
|
|
|
|
|
input "type:keyboard" {
|
|
|
|
input "type:keyboard" {
|
|
|
|
|
|
|
|
# Swap Caps and Esc
|
|
|
|
xkb_options caps:swapescape
|
|
|
|
xkb_options caps:swapescape
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# enable numlock
|
|
|
|
|
|
|
|
xkb_numlock enabled
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
# media/brightness buttons
|
|
|
|
# media/brightness buttons
|
|
|
|