Compare commits
4 commits
23b5dfbebc
...
464df8fc0f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
464df8fc0f | ||
|
|
c14329ce16 | ||
|
|
0004ea4bdc | ||
|
|
984c2dae23 |
5 changed files with 5 additions and 7 deletions
|
|
@ -2,9 +2,8 @@
|
||||||
|
|
||||||
# Programs
|
# Programs
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$fileManager = Thunar
|
$fileManager = nautilus
|
||||||
$menu = ~/.config/rofi/scripts/launcher_t1
|
$menu = ~/.config/rofi/scripts/launcher_t1
|
||||||
$powerMenu = ~/.config/rofi/scripts/powermenu_t1
|
|
||||||
$lockScreen = hyprlock
|
$lockScreen = hyprlock
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
|
||||||
|
|
@ -17,5 +17,5 @@ exec-once = [workspace 2 silent] signal-desktop --password-store="gnome-libsecre
|
||||||
exec-once = [workspace 3 silent] zen-browser
|
exec-once = [workspace 3 silent] zen-browser
|
||||||
exec-once = [workspace 4 silent] kitty
|
exec-once = [workspace 4 silent] kitty
|
||||||
exec-once = [workspace special:terminal silent] kitty
|
exec-once = [workspace special:terminal silent] kitty
|
||||||
exec-once = [workspace special:music silent] deezer --enable-features=UseOzonePlatform --ozone-platform=wayland
|
exec-once = [workspace special:music silent] tidal-hifi --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,10 @@
|
||||||
|
|
||||||
# Lux Keybinds
|
# Lux Keybinds
|
||||||
bind = $mainMod, ENTER, global, lux:launcher
|
bind = $mainMod, ESCAPE, global, lux:power-menu
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, T, exec, $terminal
|
bind = $mainMod, T, exec, $terminal
|
||||||
bind = $mainMod, X, killactive,
|
bind = $mainMod, X, killactive,
|
||||||
bind = $mainMod, ESCAPE, exec, $powerMenu
|
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, F, togglefloating,
|
bind = $mainMod, F, togglefloating,
|
||||||
bind = $mainMod, R, exec, $menu
|
bind = $mainMod, R, exec, $menu
|
||||||
|
|
|
||||||
2
nvim
2
nvim
|
|
@ -1 +1 @@
|
||||||
Subproject commit 57de95c811e74ea92d41b6de7363b6f8552f4666
|
Subproject commit 8a233834ec4119d5136870235e04376002263628
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3e3275a84dc88021656a9bae816a37324a117bbc
|
Subproject commit 3d3381ea159c5834b52f7e12240cefcf374ead5c
|
||||||
Loading…
Add table
Reference in a new issue