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
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+c kill
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
- networkmanager
|
||||
- nmap
|
||||
- nmon
|
||||
- nomacs
|
||||
- pcmanfm-gtk3
|
||||
- perl
|
||||
- perl-date-manip
|
||||
|
@ -138,7 +137,7 @@
|
|||
- waybar
|
||||
- kitty
|
||||
- qt6-wayland
|
||||
- xdg-desktop-portl-hyprland
|
||||
- xdg-desktop-portal-hyprland
|
||||
state: present
|
||||
update_cache: True
|
||||
|
||||
|
|
|
@ -14,5 +14,12 @@
|
|||
- c-lolcat
|
||||
- plus42
|
||||
|
||||
- name: Install AUR packages for hyrland
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
aur:
|
||||
name:
|
||||
- hyprshot
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue