Compare commits
2 Commits
cb7f74f369
...
26e0fe9ee6
| Author | SHA1 | Date | |
|---|---|---|---|
| 26e0fe9ee6 | |||
| fb5f7fd1fe |
1
.config/hypr
Submodule
1
.config/hypr
Submodule
Submodule .config/hypr added at 1382e8a213
@@ -1,18 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
# This config is a STUB! This should never be generated.
|
|
||||||
# Use the default lua config from https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.lua
|
|
||||||
|
|
||||||
autogenerated = 1
|
|
||||||
|
|
||||||
$mainMod = SUPER
|
|
||||||
$terminal = kitty
|
|
||||||
$fileManager = dolphin
|
|
||||||
$menu = hyprlauncher
|
|
||||||
|
|
||||||
bind = $mainMod, Q, exec, $terminal
|
|
||||||
bind = $mainMod, C, killactive,
|
|
||||||
bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
|
|
||||||
bind = $mainMod, E, exec, $fileManager
|
|
||||||
bind = $mainMod, V, togglefloating,
|
|
||||||
bind = $mainMod, R, exec, $menu
|
|
||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -5,3 +5,6 @@
|
|||||||
path = .nixos
|
path = .nixos
|
||||||
url = https://git.voidarc.co.uk/voidarc/nixos
|
url = https://git.voidarc.co.uk/voidarc/nixos
|
||||||
branch = main
|
branch = main
|
||||||
|
[submodule ".config/hypr"]
|
||||||
|
path = .config/hypr
|
||||||
|
url = https://git.voidarc.co.uk/voidarc/hypr
|
||||||
|
|||||||
Reference in New Issue
Block a user