mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: forgor
This commit is contained in:
parent
f63d899a25
commit
e7f36f5d1c
3 changed files with 6 additions and 2 deletions
|
|
@ -144,7 +144,8 @@ in {
|
||||||
"XF86AudioPlay".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "play-pause"];
|
"XF86AudioPlay".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "play-pause"];
|
||||||
"XF86AudioNext".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "next"];
|
"XF86AudioNext".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "next"];
|
||||||
"XF86AudioPrev".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "prev"];
|
"XF86AudioPrev".action.spawn = ["${pkgs.playerctl}/bin/playerctl" "prev"];
|
||||||
"Mod+T".action.spawn = ["${config.programs.wezterm.package}/bin/wezterm"];
|
"Mod+Return".action.spawn = ["${config.programs.wezterm.package}/bin/wezterm"];
|
||||||
|
"Mod+T".action.toggle-window-floating = {};
|
||||||
"Mod+D".action.spawn = ["${config.programs.wofi.package}/bin/wofi" "-t" "wezterm" "-IS" "drun"];
|
"Mod+D".action.spawn = ["${config.programs.wofi.package}/bin/wofi" "-t" "wezterm" "-IS" "drun"];
|
||||||
"Mod+Shift+D".action.spawn = ["${config.programs.wofi.package}/bin/wofi" "-t" "wezterm" "-IS" "run"];
|
"Mod+Shift+D".action.spawn = ["${config.programs.wofi.package}/bin/wofi" "-t" "wezterm" "-IS" "run"];
|
||||||
"Mod+Escape".action.spawn = ["${config.programs.wlogout.package}/bin/wlogout" "-p" "layer-shell"];
|
"Mod+Escape".action.spawn = ["${config.programs.wlogout.package}/bin/wlogout" "-p" "layer-shell"];
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ in {
|
||||||
};
|
};
|
||||||
gestures.hot-corners.enable = false;
|
gestures.hot-corners.enable = false;
|
||||||
input = {
|
input = {
|
||||||
|
workspace-auto-back-and-forth = true;
|
||||||
keyboard = {
|
keyboard = {
|
||||||
xkb = {
|
xkb = {
|
||||||
options = "compose:rctrl,ctrl:nocaps";
|
options = "compose:rctrl,ctrl:nocaps";
|
||||||
|
|
@ -38,7 +39,8 @@ in {
|
||||||
dwt = true;
|
dwt = true;
|
||||||
dwtp = true;
|
dwtp = true;
|
||||||
};
|
};
|
||||||
focus-follows-mouse.enable = true;
|
# i think this causes issues with games
|
||||||
|
#focus-follows-mouse.enable = true;
|
||||||
};
|
};
|
||||||
layout = {
|
layout = {
|
||||||
background-color = config.palette.base.hex;
|
background-color = config.palette.base.hex;
|
||||||
|
|
|
||||||
|
|
@ -47,6 +47,7 @@ _: let
|
||||||
imports =
|
imports =
|
||||||
(with tree.nixos.profiles; [
|
(with tree.nixos.profiles; [
|
||||||
graphical
|
graphical
|
||||||
|
quiet-boot
|
||||||
wireless
|
wireless
|
||||||
gaming
|
gaming
|
||||||
])
|
])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue