# client.focused_inactive: The most recently focused view within a container which is not focused.
# client.placeholder: Ignored (present for i3 compatibility).
# client.unfocused: A view that does not have focus.
# client.urgent: A view with an urgency hint. Note: Native Wayland windows do not support urgency. Urgency only works for Xwayland windows.
#The meaning of each color is:
# border: The border around the title bar.
# background: The background of the title bar.
# text: The text color of the title bar.
# indicator: The color used to indicate where a new view will open. In a tiled container, this would paint the right border of the current view if a new view would be opened to the right.
# child_border: The border around the view itself.
# The default colors are:
# class border background text indicator child_border
bindsym $mod+Shift+h move workspace to output left
bindsym $mod+Shift+Tab move workspace to output left
bindsym $mod+Shift+j move workspace to output down
bindsym $mod+Shift+k move workspace to output up
bindsym $mod+Shift+l move workspace to output right
bindsym $mod+Tab move workspace to output right
# Kill focused window
bindsym $mod+Shift+q kill
# Resize (floating and tiled) windows with mouse
floating_modifier $mod
# reload i3 config
bindsym $mod+Shift+c reload
# reload i3
bindsym $mod+Shift+r restart
# Exit i3
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
#prev/next workspace. bind it to your mouse if you have a sticky keyboard
bindsym $mod+Shift+o workspace prev_on_output
bindsym $mod+Shift+p workspace next_on_output
# Switch to workspace
bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2
bindsym $mod+3 workspace number 3
bindsym $mod+4 workspace number 4
bindsym $mod+5 workspace number 5
bindsym $mod+6 workspace number 6
bindsym $mod+7 workspace number 7
bindsym $mod+8 workspace number 8
bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10
# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2
bindsym $mod+Shift+3 move container to workspace number 3
bindsym $mod+Shift+4 move container to workspace number 4
bindsym $mod+Shift+5 move container to workspace number 5
bindsym $mod+Shift+6 move container to workspace number 6
bindsym $mod+Shift+7 move container to workspace number 7
bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10
# Split direction
bindsym $mod+b splith
bindsym $mod+v splitv
# Make the current focused window fullscreen
bindsym $mod+f fullscreen
# Toggle focused window tiled/floating
bindsym $mod+Shift+t floating toggle
# Swap focus between the tiling area and the floating area