SwapCapsEsc Hyprsysteminfo
This commit is contained in:
1
home.nix
1
home.nix
@@ -92,6 +92,7 @@
|
||||
vifm-full
|
||||
ranger
|
||||
zoxide
|
||||
hyprsysteminfo
|
||||
(
|
||||
python313.withPackages (
|
||||
python-pkgs:
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
settings = {
|
||||
input = {
|
||||
kb_layout = "us";
|
||||
kb_options = "caps:escape";
|
||||
kb_options = "caps:swapescape";
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
};
|
||||
@@ -89,6 +89,7 @@
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, TAB, togglesplit, # dwindle
|
||||
bind = $mainMod, Y, fullscreen, 1
|
||||
bind = $mainMod, T, togglegroup
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
|
||||
Reference in New Issue
Block a user