mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
improve os specific config
This commit is contained in:
parent
80c50afd54
commit
9f033b50c7
2 changed files with 11 additions and 11 deletions
|
@ -17,7 +17,7 @@ bindsym $mod+Shift+Return exec $term -e tmux
|
|||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
{% if ansible_os_family == 'Redhat' %}
|
||||
{% if ansible_distribution == 'Redhat' or ansible_distribution == 'Fedora' %}
|
||||
# bindsym $mod+d exec dmenu_run (a program launcher)
|
||||
bindsym $mod+d exec dmenu_run
|
||||
{% else %}bindsym $mod+d exec rofi -show run
|
||||
|
|
|
@ -2,34 +2,34 @@
|
|||
__i3_workspaces:
|
||||
- workspace:
|
||||
id: 1
|
||||
name: "01: "
|
||||
name: " 1 "
|
||||
- workspace:
|
||||
id: 2
|
||||
name: "02: "
|
||||
name: " 2 "
|
||||
- workspace:
|
||||
id: 3
|
||||
name: "03: "
|
||||
name: " 3 "
|
||||
- workspace:
|
||||
id: 4
|
||||
name: "04: "
|
||||
name: " 4 "
|
||||
- workspace:
|
||||
id: 5
|
||||
name: "05: "
|
||||
name: " 5 "
|
||||
- workspace:
|
||||
id: 6
|
||||
name: "06: "
|
||||
name: " 6 "
|
||||
- workspace:
|
||||
id: 7
|
||||
name: "07: "
|
||||
name: " 7 "
|
||||
- workspace:
|
||||
id: 8
|
||||
name: "08: "
|
||||
name: " 8 "
|
||||
- workspace:
|
||||
id: 9
|
||||
name: "09: "
|
||||
name: " 9 "
|
||||
- workspace:
|
||||
id: 0
|
||||
name: "10: "
|
||||
name: " 0 "
|
||||
|
||||
__i3_keybindings:
|
||||
- keybinding:
|
||||
|
|
Loading…
Reference in a new issue