Use Hyprland instead of sway #1
|
@ -30,8 +30,6 @@
|
||||||
loop:
|
loop:
|
||||||
- src: "{{ role_path }}/files/.config"
|
- src: "{{ role_path }}/files/.config"
|
||||||
dest: "{{ ansible_env.HOME }}/"
|
dest: "{{ ansible_env.HOME }}/"
|
||||||
- src: "{{ role_path }}/files/.local"
|
|
||||||
dest: "{{ ansible_env.HOME }}/"
|
|
||||||
|
|
||||||
- name: Ensure presence of required directories
|
- name: Ensure presence of required directories
|
||||||
file:
|
file:
|
||||||
|
|
|
@ -166,7 +166,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
{% if isNotebook | bool %}
|
{% if hostvars[ansible_hostname]['mobile_platform'] | bool %}
|
||||||
# Backlight control
|
# Backlight control
|
||||||
bind = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5%
|
bind = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5%
|
||||||
bind = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%-
|
bind = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%-
|
||||||
|
|
Loading…
Reference in a new issue