aboutsummaryrefslogtreecommitdiff
path: root/i3/.config/i3/config
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-12-27 18:29:10 +0100
committerneodarz <neodarz@neodarz.net>2017-12-27 18:29:10 +0100
commitbda2442ab02187556e6f350dad560e75355192a5 (patch)
treefa23327c926f9fef0ba332a69f7020417382ba49 /i3/.config/i3/config
parent4bd2caeddb102cbfb7a2c3cd1bf51139cfd8bc77 (diff)
downloaddotfiles_ascii-bda2442ab02187556e6f350dad560e75355192a5.tar.xz
dotfiles_ascii-bda2442ab02187556e6f350dad560e75355192a5.zip
Add urxvt by default
Diffstat (limited to 'i3/.config/i3/config')
-rw-r--r--i3/.config/i3/config5
1 files changed, 3 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config
index b75963f..72dedbf 100644
--- a/i3/.config/i3/config
+++ b/i3/.config/i3/config
@@ -78,7 +78,7 @@ font pango:monospace 8, Awesome 8
# Use Mouse+$WinKey to drag floating windows to their wanted position
floating_modifier $WinKey
-for_window [class="URxvt"] floating enable
+#for_window [class="URvxt"] floating enable
#for_window [title="Euro Truck Simulator 2"] floating enable
#for_window [title="Euro Truck Simulator 2"] move position -4px -4px, resize grow height 4px, resize grow width 3840px;
@@ -118,7 +118,8 @@ bindsym $WinKey+p exec rofi-pass
bindsym XF86AudioPlay exec ~/.config/i3/switch_audio.sh 8
# start a terminal
-bindsym $WinKey+Return exec qterminal
+#bindsym $WinKey+Return exec urxvt --termName 'rxvt-unicode' -fn 'xft:Fira Code:size=8' --background 'black' --color0 'black' --color8 'black' --color1 'red' --color9 'red' --color2 'green' --color10 'green' --color3 'yellow' --color11 'yellow' --color4 'blue' --color12 'blue' --color6 'cyan' --color14 'cyan' --color7 'white' --color15 'white' -cursorColor '#ffffff'
+bindsym $WinKey+Return exec urxvt
# kill focused window
bindsym $WinKey+Shift+A kill