mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Added a fallback for laptops
This commit is contained in:
parent
8693d2b5aa
commit
06b98ffa1e
@ -25,7 +25,7 @@ in
|
|||||||
"$launcher" = "wofi --show drun";
|
"$launcher" = "wofi --show drun";
|
||||||
"$launcher2" = "hyprlauncher";
|
"$launcher2" = "hyprlauncher";
|
||||||
"fileManager" = "dolphin";
|
"fileManager" = "dolphin";
|
||||||
"$browser" = "firefox";
|
"$browser" = "zen";
|
||||||
"$screenShot" = "hyprshot -m region";
|
"$screenShot" = "hyprshot -m region";
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
@ -59,6 +59,8 @@ in
|
|||||||
"8, monitor:DP-1"
|
"8, monitor:DP-1"
|
||||||
"9, monitor:DP-1"
|
"9, monitor:DP-1"
|
||||||
"10, monitor:DP-1"
|
"10, monitor:DP-1"
|
||||||
|
|
||||||
|
"1, default:true, persistent:true"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Keybinds
|
# Keybinds
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user