diff --git a/.config/i3/config b/.config/i3/config index 6eb6f76..466dbad 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -113,7 +113,7 @@ mode "$mode_refresh_rate" { ### BINDINGS -bindsym $mod+Return exec lxterminal +bindsym $mod+Return exec termite bindsym $mod+Shift+q kill bindsym $mod+d exec --no-startup-id rofi -show @@ -221,5 +221,5 @@ exec transmission-gtk -m #exec_always feh --bg-fill ~/Pictures/Wallpaper/predator_2018_4k.jpg exec_always feh --bg-fill ~/Pictures/Wallpaper/arch_hero.png -exec conky --daemonize --config="~/.config/conky/clock.conf" -exec conky --daemonize --config="~/.config/conky/cpu_ram_storage.conf" +exec conky --daemonize --config="$HOME/.config/conky/clock.conf" +exec conky --daemonize --config="$HOME/.config/conky/cpu_ram_storage.conf" diff --git a/.config/termite/config b/.config/termite/config new file mode 100644 index 0000000..5556be6 --- /dev/null +++ b/.config/termite/config @@ -0,0 +1,8 @@ +[options] +allow_bold = true +font = mono 12 +scrollback_lines = 50000 + +[colors] +foreground = #ffffff +background = rgba(63, 63, 63, 0.8) diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..22870b6 --- /dev/null +++ b/.xprofile @@ -0,0 +1 @@ +xcompmgr -c &