diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-20 22:06:38 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-02-20 22:06:38 -0500 |
commit | 4f3b29401c7ff6b42a84b9aca53877783212ec5d (patch) | |
tree | e6fbcd522d8faa3478b4e562d0d0ecde05afdcc4 /i3 | |
parent | 9d524a3b8918eae9c8e9ed89d3300b00aaacbecf (diff) |
Made files templates for new systems.
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.config/i3/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index f18f5fc..01e0749 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -13,7 +13,7 @@ set $mod Mod1 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:Courier Prime 14 +font pango: !FONT !FONT_SIZE # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -30,7 +30,7 @@ font pango:Courier Prime 14 floating_modifier $mod # start a terminal - bindsym $mod+Return exec uxterm + bindsym $mod+Return exec !TERMINAL # kill focused window bindsym $mod+Shift+q kill @@ -187,5 +187,5 @@ bindsym XF86AudioPrev exec playerctl previous exec --no-startup-id synclient NaturalScrolling=1 VertScrollDelta=-113 exec --no-startup-id /home/tje/i3-battery-popup -N -bindsym $mod+b exec firefox - +bindsym $mod+b exec !BROWSER +bindsym $mod+p exec passmenu |