diff --git a/templates/config.j2 b/templates/config.j2 index d8a8702..5e38a1b 100644 --- a/templates/config.j2 +++ b/templates/config.j2 @@ -1,6 +1,6 @@ set $mod Mod4 -set $term urxvt +set $term terminator # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. diff --git a/vars/Debian.yml b/vars/Debian.yml index beb69f9..0bdf526 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -1,8 +1,9 @@ --- __i3_packages: - i3 - - rxvt-unicode - rofi - compton - feh - tmux + - terminator + - i3lock diff --git a/vars/RedHat.yml b/vars/RedHat.yml new file mode 100644 index 0000000..9ecd949 --- /dev/null +++ b/vars/RedHat.yml @@ -0,0 +1,8 @@ +--- +__i3_packages: + - i3 + - compton + - feh + - tmux + - terminator + - i3lock