From bda2442ab02187556e6f350dad560e75355192a5 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 27 Dec 2017 18:29:10 +0100 Subject: Add urxvt by default --- i3/.config/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'i3') 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 -- cgit v1.2.1