Compare commits
1 Commits
b2ef22eff1
...
065acf85b4
Author | SHA1 | Date | |
---|---|---|---|
065acf85b4 |
@@ -85,6 +85,7 @@
|
|||||||
# ================================
|
# ================================
|
||||||
# global variables set on shell initialization
|
# global variables set on shell initialization
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
};
|
};
|
||||||
# session variables
|
# session variables
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
@@ -76,7 +76,7 @@ in {
|
|||||||
"border, 1, 10, default"
|
"border, 1, 10, default"
|
||||||
"borderangle, 1, 8, default"
|
"borderangle, 1, 8, default"
|
||||||
"fade, 1, 7, default"
|
"fade, 1, 7, default"
|
||||||
"workspaces, 1, 6, default, slidevert"
|
"workspaces, 1, 6, default"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -109,6 +109,7 @@ in {
|
|||||||
", PRINT, exec, hyprshot -m region" # Screenshot region
|
", PRINT, exec, hyprshot -m region" # Screenshot region
|
||||||
"$mod, PRINT, exec, hyprshot -m window" # Screenshot window
|
"$mod, PRINT, exec, hyprshot -m window" # Screenshot window
|
||||||
"$mod, F, togglefloating" # Make active window floating
|
"$mod, F, togglefloating" # Make active window floating
|
||||||
|
"$mod, J, togglesplit, " # dwindle
|
||||||
"$mod, L, exec, hyprlock" # Lock screen
|
"$mod, L, exec, hyprlock" # Lock screen
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
@@ -116,10 +117,6 @@ in {
|
|||||||
"$mod, right, movefocus, r"
|
"$mod, right, movefocus, r"
|
||||||
"$mod, up, movefocus, u"
|
"$mod, up, movefocus, u"
|
||||||
"$mod, down, movefocus, d"
|
"$mod, down, movefocus, d"
|
||||||
|
|
||||||
# Workspace navigation
|
|
||||||
"$mod, J, workspace, r+1" # vim motions Down
|
|
||||||
"$mod, K, workspace, r-1" # vim motions Up
|
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
# workspaces
|
# workspaces
|
||||||
|
Reference in New Issue
Block a user