diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 7f36134..922927f 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -2,6 +2,7 @@ ### MONITORS ### ################ monitor=,2560x1440,auto,1 + #monitor=desc:Lenovo Group Limited P24h-10 0x01010101,2560x1440,auto,1 # xwayland { @@ -179,6 +180,7 @@ bind = ALT SHIFT, Tab, workspace, emptyn bind = $mainMod, DEL, exit, bind = $mainMod CTRL, W, exec, $browser bind = $mainMod, G, exec, $moonlight +bind = $mainMod, Y, exec, kitty tmux new-session # Set monitor resolution bind = $mainMod, R, exec, hyprctl keyword monitor ",1920x1200,auto,1" diff --git a/update_arch.sh b/update_arch.sh index 8330dec..979a631 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -102,10 +102,10 @@ ln -sf ~/code_server/config/waybar/style.css ~/.config/waybar/style.css printf -- '\033[33m Installing Audio\n\033[37m' sudo pacman --noconfirm --needed -S pipewire pipewire-pulse pavucontrol helvum -# Install input-remapper -printf -- '\033[33m Installing input-remapper\n\033[37m' -yay --noconfirm -S --needed --aur input-remapper-git -sudo systemctl enable --now input-remapper +# #Install input-remapper +# printf -- '\033[33m Installing input-remapper\n\033[37m' +# yay --noconfirm -S --needed --aur input-remapper-git +# sudo systemctl enable --now input-remapper # Install networkmanager printf -- '\033[33m Installing networkmanager\n\033[37m'