From 5f7cc43e7e4a98f6731b2595286950bde4c7480d Mon Sep 17 00:00:00 2001 From: "J. Elfring" Date: Sun, 3 Nov 2024 19:02:06 +0100 Subject: [PATCH] Fix i3/hypr coexistence --- dotfiles/i3-session/dot-config/i3/config | 2 +- system/arch/workstation.yaml | 3 +-- system/arch/workstation_aurSoftware.yaml | 7 +++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dotfiles/i3-session/dot-config/i3/config b/dotfiles/i3-session/dot-config/i3/config index ad7e5cc..b74de93 100644 --- a/dotfiles/i3-session/dot-config/i3/config +++ b/dotfiles/i3-session/dot-config/i3/config @@ -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 diff --git a/system/arch/workstation.yaml b/system/arch/workstation.yaml index ea6feca..a836a03 100644 --- a/system/arch/workstation.yaml +++ b/system/arch/workstation.yaml @@ -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 diff --git a/system/arch/workstation_aurSoftware.yaml b/system/arch/workstation_aurSoftware.yaml index 892f9e6..fbbfcbd 100644 --- a/system/arch/workstation_aurSoftware.yaml +++ b/system/arch/workstation_aurSoftware.yaml @@ -14,5 +14,12 @@ - c-lolcat - plus42 + - name: Install AUR packages for hyrland + become: yes + become_user: aur_builder + aur: + name: + - hyprshot +