Compare commits
2 Commits
bf9d570ff3
...
798ecf40a2
| Author | SHA1 | Date | |
|---|---|---|---|
| 798ecf40a2 | |||
| eabcc3de6b |
@@ -54,7 +54,7 @@ animations {
|
|||||||
animation = windowsOut, 1, 4, breeze, slidefade
|
animation = windowsOut, 1, 4, breeze, slidefade
|
||||||
|
|
||||||
# Workspaces: airy glide, finishes fast
|
# Workspaces: airy glide, finishes fast
|
||||||
animation = workspaces, 1, 5, overshoot, slidefade
|
animation = workspaces, 1, 10, overshoot, slidefade
|
||||||
|
|
||||||
# Subtle polish
|
# Subtle polish
|
||||||
animation = fade, 1, 4, breeze
|
animation = fade, 1, 4, breeze
|
||||||
|
|||||||
5
.config/hypr/hypridle.conf
Normal file
5
.config/hypr/hypridle.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
general {
|
||||||
|
lock_cmd = pidof hyprlock || hyprlock
|
||||||
|
before_sleep_cmd = loginctl lock-session
|
||||||
|
}
|
||||||
|
|
||||||
@@ -9,6 +9,7 @@ $browser = brave
|
|||||||
exec-once = /usr/lib/xdg-desktop-portal-hyprland &
|
exec-once = /usr/lib/xdg-desktop-portal-hyprland &
|
||||||
exec-once = /usr/lib/xdg-desktop-portal &
|
exec-once = /usr/lib/xdg-desktop-portal &
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
|
exec-once = hypridle
|
||||||
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
|
exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps
|
||||||
exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3-dark" # for GTK3 apps
|
exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3-dark" # for GTK3 apps
|
||||||
|
|
||||||
|
|||||||
@@ -7,13 +7,12 @@ input {
|
|||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
force_no_accel=2
|
|
||||||
|
|
||||||
sensitivity = 1
|
sensitivity = 0.75
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = true
|
natural_scroll = true
|
||||||
scroll_factor = 0.5
|
scroll_factor = 0.45
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -22,5 +21,11 @@ device {
|
|||||||
sensitivity = 0
|
sensitivity = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
gesture = 3, horizontal, workspace
|
gestures {
|
||||||
|
workspace_swipe_cancel_ratio = 0
|
||||||
|
workspace_swipe_min_speed_to_force = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
gesture = 3, horizontal, scale: 0.5, workspace
|
||||||
gesture = 3, down, fullscreen
|
gesture = 3, down, fullscreen
|
||||||
|
|||||||
@@ -53,10 +53,12 @@ bindl = , F6, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|||||||
bindl = , F7, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bindl = , F7, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
|
|
||||||
# Playback (requires playerctl)
|
# Playback (requires playerctl)
|
||||||
#bindl = , F2, exec, playerctl previous
|
bindl = , F2, exec, playerctl previous
|
||||||
#bindl = , F1, exec, playerctl play-pause
|
bindl = , F1, exec, playerctl play-pause
|
||||||
bindl = , F3, exec, playerctl next
|
bindl = , F3, exec, playerctl next
|
||||||
|
|
||||||
|
bindl = , switch:on:Lid Switch, exec, hyprctl dispatch dpms off
|
||||||
|
bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on
|
||||||
|
|
||||||
bind = SUPER CTRL, left, swapwindow, l
|
bind = SUPER CTRL, left, swapwindow, l
|
||||||
bind = SUPER CTRL, right, swapwindow, r
|
bind = SUPER CTRL, right, swapwindow, r
|
||||||
|
|||||||
Reference in New Issue
Block a user