hyprland-config
This commit is contained in:
@ -17,8 +17,14 @@ exec-once = wl-paste -p -t text --watch clipman store -P --histpath="~/.local/sh
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,32
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = GTK_THEME,Dracula
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = de,us
|
||||
@ -154,9 +160,9 @@ windowrule = move 75 44%, title:^(Volume Control)$
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, return, exec, alacritty -e zellij-ps
|
||||
bind = $mainMod, t, exec, alacritty -e fish -c 'neofetch; exec fish'
|
||||
bind = $mainMod SHIFT, e, exec, alacritty -e zellij_nvim
|
||||
bind = $mainMod, return, exec, kitty -e zellij-ps
|
||||
bind = $mainMod, t, exec, kitty -e fish -c 'neofetch; exec fish'
|
||||
bind = $mainMod SHIFT, e, exec, kitty -e zellij_nvim
|
||||
bind = $mainMod, o, exec, thunar
|
||||
bind = $mainMod, Escape, exec, wlogout -p layer-shell
|
||||
bind = $mainMod, Space, togglefloating
|
||||
|
Reference in New Issue
Block a user