Update configs

This commit is contained in:
Tobias Reisinger 2025-06-24 20:32:59 +02:00
parent 4ca38a8806
commit 1e00aee387
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 7 additions and 0 deletions

View file

@ -6,11 +6,13 @@ shopt -s expand_aliases
system_mode_wayland () { system_mode_wayland () {
sysyadm config --unset-all local.class x11 sysyadm config --unset-all local.class x11
sysyadm alt sysyadm alt
systemctl soft-reboot
} }
system_mode_x11 () { system_mode_x11 () {
sysyadm config --add local.class x11 sysyadm config --add local.class x11
sysyadm alt sysyadm alt
systemctl soft-reboot
} }
case $1 in case $1 in

View file

@ -16,6 +16,8 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
autorestic autorestic
cargo # rust cargo # rust
devenv
rustc
#ckb-next # corsair hardware control #ckb-next # corsair hardware control
#rustdesk # remote desktop tool # disabled for nightly from aur #rustdesk # remote desktop tool # disabled for nightly from aur
solaar # Logitech tool solaar # Logitech tool

View file

@ -12,3 +12,6 @@ source = ~/.config/hypr/rules.conf
exec-once = autostart-manage sync wayland,hyprland exec-once = autostart-manage sync wayland,hyprland
exec-once = autostart-manage run-wayland exec-once = autostart-manage run-wayland
exec = xsetroot -cursor_name left_ptr exec = xsetroot -cursor_name left_ptr
### TEMPORARY
exec-once = wait-for-service --user autostart@solaar && sleep 5 && alacritty -e sh -c 'solaar-cli unpair "MX Master 3 Wireless Mouse" && solaar-cli pair'