mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
Modify i3wm to run on my Fedora System
This commit is contained in:
parent
e32cf88125
commit
930e0807be
3 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
set $term urxvt
|
set $term terminator
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
__i3_packages:
|
__i3_packages:
|
||||||
- i3
|
- i3
|
||||||
- rxvt-unicode
|
|
||||||
- rofi
|
- rofi
|
||||||
- compton
|
- compton
|
||||||
- feh
|
- feh
|
||||||
- tmux
|
- tmux
|
||||||
|
- terminator
|
||||||
|
- i3lock
|
||||||
|
|
8
vars/RedHat.yml
Normal file
8
vars/RedHat.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
__i3_packages:
|
||||||
|
- i3
|
||||||
|
- compton
|
||||||
|
- feh
|
||||||
|
- tmux
|
||||||
|
- terminator
|
||||||
|
- i3lock
|
Loading…
Reference in a new issue