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