diff options
Diffstat (limited to 'i3wm/.config/i3/config')
| -rw-r--r-- | i3wm/.config/i3/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i3wm/.config/i3/config b/i3wm/.config/i3/config index 21635b8..836d08c 100644 --- a/i3wm/.config/i3/config +++ b/i3wm/.config/i3/config @@ -18,6 +18,10 @@ set $mod Mod4 exec_always --no-startup-id feh --bg-scale $HOME/.local/share/images/wallpaper.jpg new_window 1pixel + + +show_marks yes + # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. #font pango:monospace 8 @@ -95,6 +99,10 @@ bindsym $mod+h split h # split in vertical orientation bindsym $mod+v split v +bindsym $mod+t split toggle + +bindsym $mod+Shift+m mark toggle + # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle |
