some fixings and flake up
This commit is contained in:
@@ -68,7 +68,7 @@ in {
|
||||
"$mod SHIFT, 8, movetoworkspace, 8"
|
||||
"$mod SHIFT, 9, movetoworkspace, 9"
|
||||
"$mod SHIFT, 0, movetoworkspace, 10"
|
||||
"CTRL SHIFT, Escape, exec, ${runOnce "missioncenter"}"
|
||||
"CTRL SHIFT, Escape, exec, ${runOnce "resources"}"
|
||||
|
||||
",XF86AudioLowerVolume, exec, volume-control.sh --dec"
|
||||
",XF86AudioRaiseVolume, exec, volume-control.sh --inc"
|
||||
|
||||
@@ -28,9 +28,9 @@ in {
|
||||
"move 100%-w-20 40, class:^(org.keepassxc.KeePassXC)$"
|
||||
"float, class:^(org.keepassxc.KeePassXC)$"
|
||||
|
||||
"size 50% 70%, class:^(io.missioncenter.MissionCenter)$"
|
||||
"center, class:^(io.missioncenter.MissionCenter)$"
|
||||
"float, class:^(io.missioncenter.MissionCenter)$"
|
||||
"size 50% 70%, class:^(net.nokyan.Resources)$"
|
||||
"center, class:^(net.nokyan.Resources)$"
|
||||
"float, class:^(net.nokyan.Resources)$"
|
||||
|
||||
"suppressevent maximize, class:.*"
|
||||
|
||||
|
||||
@@ -38,7 +38,9 @@ in {
|
||||
})
|
||||
|
||||
(mkIf (host == "cnixpad") {
|
||||
programs.hyprland.settings.exec-once = commonExecOnce;
|
||||
programs.hyprland.settings.exec-once =
|
||||
[]
|
||||
++ commonExecOnce;
|
||||
})
|
||||
|
||||
(mkIf (host == "toothpc") {
|
||||
|
||||
@@ -51,7 +51,7 @@ in {
|
||||
jq
|
||||
fd
|
||||
libqalculate
|
||||
mission-center
|
||||
resources
|
||||
git
|
||||
stow
|
||||
tree
|
||||
|
||||
Reference in New Issue
Block a user