Compare commits
6 Commits
c4ed00e6c8
...
44af726a53
| Author | SHA1 | Date | |
|---|---|---|---|
| 44af726a53 | |||
| 35f810dcf1 | |||
| af331d967a | |||
| d54fa4e999 | |||
| 0197c58ea1 | |||
| 1b4cfbe350 |
@@ -61,6 +61,10 @@
|
|||||||
window-padding-x = 15;
|
window-padding-x = 15;
|
||||||
window-padding-y = 15;
|
window-padding-y = 15;
|
||||||
window-padding-balance = true;
|
window-padding-balance = true;
|
||||||
|
gtk-titlebar = false;
|
||||||
|
mouse-hide-while-typing = true;
|
||||||
|
copy-on-select = "clipboard";
|
||||||
|
auto-update = "off";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
nextcloud-client
|
||||||
|
];
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.settings.exec-once = [
|
||||||
|
"setsid uwsm app -- nextcloud --background"
|
||||||
|
];
|
||||||
|
}
|
||||||
|
|
||||||
@@ -58,6 +58,13 @@ in {
|
|||||||
"uwsm app -- waybar"
|
"uwsm app -- waybar"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
bind = [
|
||||||
|
"SUPER, Escape, exec, hakase-popup-launch btop"
|
||||||
|
"SUPER, N, exec, hakase-popup-launch impala"
|
||||||
|
"SUPER, B, exec, hakase-popup-launch bluetui"
|
||||||
|
"SUPER, A, exec, hakase-popup-launch wiremix"
|
||||||
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
# --- POPUP RULES (Wifi, BT, Audio) ---
|
# --- POPUP RULES (Wifi, BT, Audio) ---
|
||||||
"float, class:^(org\.hakase\.popup\..*)$"
|
"float, class:^(org\.hakase\.popup\..*)$"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
../../apps/claude
|
../../apps/claude
|
||||||
../../apps/delfin
|
../../apps/delfin
|
||||||
../../apps/jellyfin-mpv-shim
|
../../apps/jellyfin-mpv-shim
|
||||||
|
../../apps/nextcloud
|
||||||
../../apps/ttyper
|
../../apps/ttyper
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user