mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 01:38:02 +02:00
hyprland: Update hyprland.conf
This commit is contained in:
parent
0038165390
commit
5a4b6ebd1b
@ -25,8 +25,6 @@ env = QT_IM_MODULE,fcitx
|
|||||||
env = XMODIFIERS,@im=fcitx
|
env = XMODIFIERS,@im=fcitx
|
||||||
env = SDL_IM_MODULE,fcitx
|
env = SDL_IM_MODULE,fcitx
|
||||||
env = GLFW_IM_MODULE,ibus
|
env = GLFW_IM_MODULE,ibus
|
||||||
env = SWWW_TRANSITION_STEP,10
|
|
||||||
env = SWWW_TRANSITION_FPS,60
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
@ -48,12 +46,15 @@ general {
|
|||||||
border_size = 1
|
border_size = 1
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
cursor_inactive_timeout = 3
|
||||||
layout = master
|
layout = master
|
||||||
|
resize_on_border = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
rounding = 0
|
rounding = 0
|
||||||
blur = yes
|
blur = yes
|
||||||
|
#inactive_opacity = 0.3
|
||||||
blur_size = 3
|
blur_size = 3
|
||||||
blur_passes = 1
|
blur_passes = 1
|
||||||
blur_new_optimizations = yes
|
blur_new_optimizations = yes
|
||||||
@ -113,10 +114,11 @@ bind = SUPER, Tab, workspace, e+1
|
|||||||
bind = SUPER_SHIFT, Tab, workspace, e-1
|
bind = SUPER_SHIFT, Tab, workspace, e-1
|
||||||
bind = SUPER, Q, killactive,
|
bind = SUPER, Q, killactive,
|
||||||
bind = SUPER, P, exec, grim -g "$(slurp)"
|
bind = SUPER, P, exec, grim -g "$(slurp)"
|
||||||
|
bind = , Print, exec, grim && dunstify Screenshot Captured.
|
||||||
bind = SUPER_ALT, delete, exit
|
bind = SUPER_ALT, delete, exit
|
||||||
bind = SUPER, V, togglefloating,
|
bind = SUPER, V, togglefloating,
|
||||||
bind = SUPER, V, centerwindow,
|
bind = SUPER, V, centerwindow,
|
||||||
bind = SUPER, O, exec, ~/.config/hypr/toggle-yambar.sh
|
bind = SUPER, O, exec, killall -SIGUSR1 .waybar-wrapped
|
||||||
bind = SUPER, X, pin
|
bind = SUPER, X, pin
|
||||||
bind = SUPER, F, fullscreen, 1
|
bind = SUPER, F, fullscreen, 1
|
||||||
bind = SUPER_SHIFT, F, fullscreen
|
bind = SUPER_SHIFT, F, fullscreen
|
||||||
@ -212,6 +214,7 @@ bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh
|
|||||||
|
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = yes
|
disable_hyprland_logo = yes
|
||||||
|
animate_mouse_windowdragging = yes
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:syn=bash
|
# vim:syn=bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user