Fix i3/hypr coexistence
This commit is contained in:
parent
1bcc9fdcc9
commit
5f7cc43e7e
3 changed files with 9 additions and 3 deletions
|
@ -19,7 +19,7 @@ client.focused_inactive #333333 #5F676A #EEEEEE #333333
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec i3-sensible-terminal
|
bindsym $mod+Return exec alacritty
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+c kill
|
bindsym $mod+Shift+c kill
|
||||||
|
|
|
@ -59,7 +59,6 @@
|
||||||
- networkmanager
|
- networkmanager
|
||||||
- nmap
|
- nmap
|
||||||
- nmon
|
- nmon
|
||||||
- nomacs
|
|
||||||
- pcmanfm-gtk3
|
- pcmanfm-gtk3
|
||||||
- perl
|
- perl
|
||||||
- perl-date-manip
|
- perl-date-manip
|
||||||
|
@ -138,7 +137,7 @@
|
||||||
- waybar
|
- waybar
|
||||||
- kitty
|
- kitty
|
||||||
- qt6-wayland
|
- qt6-wayland
|
||||||
- xdg-desktop-portl-hyprland
|
- xdg-desktop-portal-hyprland
|
||||||
state: present
|
state: present
|
||||||
update_cache: True
|
update_cache: True
|
||||||
|
|
||||||
|
|
|
@ -14,5 +14,12 @@
|
||||||
- c-lolcat
|
- c-lolcat
|
||||||
- plus42
|
- plus42
|
||||||
|
|
||||||
|
- name: Install AUR packages for hyrland
|
||||||
|
become: yes
|
||||||
|
become_user: aur_builder
|
||||||
|
aur:
|
||||||
|
name:
|
||||||
|
- hyprshot
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue