Compare commits
2 commits
fb83c7218e
...
642a0f1838
| Author | SHA1 | Date | |
|---|---|---|---|
| 642a0f1838 | |||
| e0c7259ff7 |
2 changed files with 15 additions and 2 deletions
|
|
@ -89,13 +89,25 @@
|
||||||
# Screenshot tool
|
# Screenshot tool
|
||||||
", Print, exec, hyprshot -m region -o ~/Pictures/Screenshots"
|
", Print, exec, hyprshot -m region -o ~/Pictures/Screenshots"
|
||||||
|
|
||||||
# Screen locking tool
|
# Screen locking
|
||||||
"$mod, l, exec, hyprlock"
|
"$mod alt, l, exec, hyprlock"
|
||||||
|
|
||||||
# Window management
|
# Window management
|
||||||
"$mod, x, killactive"
|
"$mod, x, killactive"
|
||||||
"$mod, tab, togglefloating"
|
"$mod, tab, togglefloating"
|
||||||
|
|
||||||
|
# Vim keybinds for changing focus
|
||||||
|
"$mod, h, movefocus, l"
|
||||||
|
"$mod, j, movefocus, d"
|
||||||
|
"$mod, k, movefocus, u"
|
||||||
|
"$mod, l, movefocus, r"
|
||||||
|
|
||||||
|
# Vim keybinds for moving windows
|
||||||
|
"$mod shift, h, movewindow, l"
|
||||||
|
"$mod shift, j, movewindow, d"
|
||||||
|
"$mod shift, k, movewindow, u"
|
||||||
|
"$mod shift, l, movewindow, r"
|
||||||
|
|
||||||
# workspace swipe but with $mod+scroll
|
# workspace swipe but with $mod+scroll
|
||||||
"$mod, mouse_up, workspace, r+1"
|
"$mod, mouse_up, workspace, r+1"
|
||||||
"$mod, left, workspace, m-1"
|
"$mod, left, workspace, m-1"
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
youtube-high-definition
|
youtube-high-definition
|
||||||
shinigami-eyes
|
shinigami-eyes
|
||||||
improved-tube
|
improved-tube
|
||||||
|
tridactyl
|
||||||
];
|
];
|
||||||
search = {
|
search = {
|
||||||
# default = "ddg"; # Set search engine to DuckDuckGo
|
# default = "ddg"; # Set search engine to DuckDuckGo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue