diff options
| author | Peter Son Struschka <me@peter-struschka.com> | 2020-04-04 13:40:19 +0800 |
|---|---|---|
| committer | Peter Son Struschka <me@peter-struschka.com> | 2020-04-04 13:40:19 +0800 |
| commit | 8b5377fd1267f080a0c667e1c0f177aea68db27d (patch) | |
| tree | cb2eeb40be7f7709f66a913715dc71773e7730fb /i3wm/.config/i3/config | |
| parent | 7aa1577556c8ff28456a9ae8406402088e201971 (diff) | |
| download | dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.gz dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.bz2 dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.lz dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.xz dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.tar.zst dotfiles-8b5377fd1267f080a0c667e1c0f177aea68db27d.zip | |
i3wm: remove taskwarrior module and some i3 binds
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 |
