aboutsummaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
Diffstat (limited to 'i3')
-rw-r--r--i3/.config/i3/config9
1 files changed, 7 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index dae7dec..86f89dd 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 xterm
+ bindsym $mod+Return exec !TERMINAL
# kill focused window
bindsym $mod+Shift+q kill
@@ -188,8 +188,13 @@ bindsym XF86AudioPrev exec playerctl previous
exec --no-startup-id synclient NaturalScrolling=1 VertScrollDelta=-113
exec --no-startup-id /home/tje/i3-battery-popup -N
+<<<<<<< HEAD
+bindsym $mod+b exec !BROWSER
+bindsym $mod+p exec passmenu
+=======
bindsym $mod+b exec qutebrowser
bindsym $mod+p exec passmenu
for_window [class="mpv"] floating enable
for_window [class="feh"] floating enable
+>>>>>>> ursa_minor