updating wallpaper with a cycle 7am and 8pm
This commit is contained in:
@@ -105,8 +105,7 @@ decoration {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#animations
|
||||
animations {
|
||||
enabled = yes, please :)
|
||||
|
||||
enabled = yes
|
||||
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
|
||||
# NAME, X0, Y0, X1, Y1
|
||||
bezier = easeOutQuint, 0.23, 1, 0.32, 1
|
||||
@@ -160,19 +159,7 @@ misc {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
}
|
||||
kb_layout = us,dk
|
||||
}
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Gestures
|
||||
@@ -197,7 +184,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
bind = $mainMod, return, exec, $terminal
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exec, command -v hyprshutdown >/dev/null 2>&1 && hyprshutdown || hyprctl dispatch exit
|
||||
bind = $mainMod, R, exec, hyprctl reload & killall -SIGUSR2 waybar & hyprpaper
|
||||
bind = SUPER, R, exec, sh -c '~/.config/hypr/reload.sh'
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, space, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
@@ -243,7 +230,7 @@ bind = SUPER ALT, left, movefocus, l
|
||||
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod, S, exec, grim -g "$(slurp)" - | wl-copy
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
@@ -274,6 +261,7 @@ bind = $mainMod CTRL, left, resizeactive, -50 0
|
||||
bind = $mainMod CTRL, up, resizeactive, 0 -50
|
||||
bind = $mainMod CTRL, down, resizeactive, 0 50
|
||||
|
||||
bind = $mainMod CTRL, Space, exec, hyprctl switchxkblayout at-translated-set-2-keyboard next
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
@@ -314,26 +302,8 @@ windowrule {
|
||||
float = yes
|
||||
}
|
||||
|
||||
exec-once = hyprpaper
|
||||
# env stuff
|
||||
exec-once = waybar
|
||||
|
||||
# NEW 0.53 syntax
|
||||
windowrule = match:class ^(discord)$, workspace 4 silent
|
||||
windowrule = match:class ^(Spotify)$, workspace 6 silent
|
||||
|
||||
exec-once = discord
|
||||
exec-once = spotify
|
||||
|
||||
exec-once = discord
|
||||
exec-once = spotify
|
||||
|
||||
exec-once = [workspace 1 silent] firefox
|
||||
exec-once = [workspace 2 silent] code
|
||||
exec-once = [workspace 3 silent] kitty
|
||||
exec-once = [workspace 5 silent] rmpc
|
||||
exec-once = discord
|
||||
exec-once = spotify
|
||||
|
||||
|
||||
# Format: monitor=name,resolution@refreshrate,position,scale
|
||||
|
||||
exec-once = hyprpaper
|
||||
exec-once = ~/.config/hypr/autostart.sh
|
||||
exec-once = ~/.config/hypr/wallpaper-cycle.sh
|
||||
Reference in New Issue
Block a user