mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-16 20:46:08 +01:00
fix: ricing
This commit is contained in:
@@ -11,6 +11,7 @@ exec-once = hyprpaper
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
#
|
||||
monitor=,preferred,auto,auto
|
||||
monitor=,addreserved,5,15,15,15
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
@@ -50,6 +51,7 @@ master {
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = true
|
||||
workspace_swipe_invert = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
@@ -65,7 +67,3 @@ device:epic-mouse-v1 {
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
|
||||
|
||||
# Laptop lid switch
|
||||
# bindl=,switch:Lid Switch,exec,swaylock
|
||||
bindl=,switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, 3000x2000@60,0x0,auto"
|
||||
bindl=,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
||||
|
||||
@@ -12,6 +12,7 @@ bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, SPACE, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, L, exec, swaylock
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
@@ -65,4 +66,17 @@ binde=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bind=, XF86AudioPlay, exec, playerctl play-pause
|
||||
bind=, XF86AudioPause, exec, playerctl play-pause
|
||||
bind=, XF86AudioNext, exec, playerctl next
|
||||
bind=, XF86AudioPrev, exec, playerctl previous
|
||||
bind=, XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
#
|
||||
# Hardware button mapping
|
||||
# For example powerbutton
|
||||
#
|
||||
|
||||
# Laptop lid switch
|
||||
# bindl=,switch:Lid Switch,exec,swaylock
|
||||
bindl=,switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, 3000x2000@60,0x0,auto"
|
||||
bindl=,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
||||
# Screen brightness
|
||||
bind=,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
||||
bind=,XF86MonBrightnessUp,exec,brightnessctl set +5%
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
general {
|
||||
gaps_in=10
|
||||
gaps_out=15
|
||||
gaps_out=0
|
||||
border_size=3
|
||||
col.inactive_border=rgba(f7768eff) rgba(73dacaff) 45deg
|
||||
col.active_border=rgba(73dacaff) rgba(f7768eff) 45deg
|
||||
@@ -24,14 +24,14 @@ decoration {
|
||||
#
|
||||
# Round corners
|
||||
#
|
||||
rounding = 6
|
||||
rounding = 3
|
||||
multisample_edges = true
|
||||
|
||||
#
|
||||
# Opacity
|
||||
#
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.95
|
||||
active_opacity = 0.98
|
||||
inactive_opacity = 0.65
|
||||
|
||||
#
|
||||
# Blur
|
||||
@@ -65,14 +65,14 @@ animations {
|
||||
#
|
||||
bezier = overshot, 0.05, 0.5, 0.1, 1.05
|
||||
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
||||
bezier = smoothIn, 0.25, 0.8, 0.5, 1
|
||||
bezier = smoothIn, 0.25, 0.8, 0.5, 0.5
|
||||
|
||||
animation = windows, 1, 5, overshot, slide
|
||||
animation = windowsOut, 1, 4, smoothOut, slide
|
||||
animation = windowsMove, 1, 4, default
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 10, smoothIn
|
||||
animation = fadeDim, 1, 10, smoothIn
|
||||
animation = fade, 1, 2, smoothIn
|
||||
animation = fadeDim, 1, 2, smoothIn
|
||||
animation = workspaces, 1, 6, default
|
||||
|
||||
}
|
||||
@@ -123,5 +123,3 @@ windowrulev2 = workspace 3, class:^(discord)$
|
||||
windowrulev2 = workspace 3, class:^(Slack)$
|
||||
windowrulev2 = workspace special, class:^(thunar)$
|
||||
windowrulev2 = workspace special, class:^(YouTube Music)$
|
||||
# fullscreen
|
||||
windowrule = fullscreen, wlogout
|
||||
Reference in New Issue
Block a user