60 current 2024-02-29 23:51:14 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
31df0780a4
commit
9320710c4a
5 changed files with 33 additions and 7 deletions
|
|
@ -30,10 +30,7 @@ in {
|
|||
"${mod},M,exit"
|
||||
"${mod},P,pseudo"
|
||||
|
||||
"${mod},H,movefocus,l"
|
||||
"${mod},L,movefocus,r"
|
||||
"${mod},K,movefocus,u"
|
||||
"${mod},J,movefocus,d"
|
||||
"${mod},J,togglesplit,d"
|
||||
|
||||
"${mod},T,togglegroup," # group focused window
|
||||
"${modshift},G,changegroupactive," # switch within the active group
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# home.nix
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
{theme, ...}: {
|
||||
wayland.windowManager.hyprland.settings = with theme.colors; {
|
||||
exec-once = [
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
];
|
||||
|
|
@ -15,6 +15,10 @@
|
|||
|
||||
# whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
apply_sens_to_raw = 0;
|
||||
|
||||
# active border color
|
||||
# "col.active_border" = "rgb(${rose}) rgb(${pine}) rgb(${love}) rgb(${iris}) 90deg";
|
||||
# "col.inactive_border" = "rgb(${muted})";
|
||||
};
|
||||
|
||||
input = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue