Compare commits

..

No commits in common. "83f3807275f06aa5ebe140479f08ae8339b1f57a" and "c465992ac3ea87eeefbae481ea53cbf7472005b2" have entirely different histories.

2 changed files with 21 additions and 11 deletions

View file

@ -96,6 +96,20 @@ misc {
force_default_wallpaper = 0
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device:epic-mouse-v1 {
sensitivity = -0.5
}
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
# Variables
$terminal = alacritty
# Modular sourcing
source = $confDir/environment.conf

View file

@ -1,22 +1,18 @@
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
# Variables
$terminal = alacritty
$browser = firefox
$explorer = thunar
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit,
bind = $mainMod SHIFT, SPACE, togglefloating,
bind = $mainMod, RETURN, exec, $terminal
bind = $mainMod, B, exec, $browser
bind = $mainMod, N, exec, $explorer
bind = $mainMod, N, exec, thunar
bind = $mainMod, M, exec, prismlauncher
bind = $mainMod, B, exec, firefox
bind = $mainMod, O, exec, obsidian
bind = $mainMod SHIFT, SPACE, togglefloating,
bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, L, exec, swaylock-hyprland
bind = $mainMod, U, exec, ~/.local/bin/uwu-launcher