Update configs
This commit is contained in:
parent
4ca38a8806
commit
1e00aee387
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue