Add new wallpaper <XP>
This commit is contained in:
parent
b127200c55
commit
aad3d79f82
|
@ -4,7 +4,7 @@ monitor=,1920x1080,auto,1
|
|||
# Input
|
||||
$mainMod = SUPER
|
||||
input {
|
||||
kb_layout = de
|
||||
kb_layout = de,ru
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = caps:swapescape
|
||||
|
@ -25,8 +25,8 @@ exec-once = waybar
|
|||
exec-once = hyprpaper
|
||||
exec-once = nm-applet --indicator
|
||||
exec-once = blueman-applet
|
||||
exec-once = sleep 2 && fluffychat
|
||||
exec-once = sleep 2 && evolution -c mail
|
||||
exec-once = sleep 1 && schildichat-desktop
|
||||
exec-once = sleep 1 && evolution -c mail
|
||||
exec-once = sleep 2 && nextcloud
|
||||
|
||||
# General
|
||||
|
@ -55,10 +55,10 @@ decoration {
|
|||
passes = 1
|
||||
}
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range = 4
|
||||
shadow_render_power = 3
|
||||
col.shadow = rgba(1a1a1aee)
|
||||
# drop_shadow = yes
|
||||
# shadow_range = 4
|
||||
# shadow_render_power = 3
|
||||
# col.shadow = rgba(1a1a1aee)
|
||||
}
|
||||
|
||||
# Animation
|
||||
|
@ -124,7 +124,7 @@ binds {
|
|||
}
|
||||
|
||||
# Keybindings
|
||||
bind = $mainMod, Q, exec, terminator
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exec, evolution -c mail
|
||||
bind = $mainMod SHIFT, M, exec, evolution -c calendar
|
||||
|
@ -141,6 +141,8 @@ bind = $mainMod, P, pin
|
|||
bind = $mainMod, P, movewindow, r
|
||||
bind = $mainMod, P, movewindow, u
|
||||
bind = $mainMod SHIFT, Q, exec, hyprctl dispatch exit
|
||||
binde = $mainMod, right, exec, hyprctl switchxkblayout at-translated-set-2-keyboard prev
|
||||
bind = $mainMod SHIFT, A, exec, gnatstudio
|
||||
|
||||
# Keybindings special keys
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
||||
|
@ -151,19 +153,13 @@ bind = , XF86AudioMute, exec, pamixer -t
|
|||
bind = , XF86AudioMicMute, exec, pamixer --default-source -t
|
||||
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
|
||||
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
|
||||
bind = $mainMod, N, exec, swaylock -c 000000
|
||||
bind = $mainMod, N, exec, swaylock -c 000000 -e -i ~/.config/hypr/RooftopSunset.jpeg
|
||||
|
||||
# Window Management
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
bindm = $mainMod SHIFT, mouse:272, resizewindow
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Move focus with mainMod + vim navigation
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
|
|
|
@ -3,6 +3,8 @@ preload = /home/nick/.config/hypr/WP2.png
|
|||
preload = /home/nick/.config/hypr/WallpaperCatCity.jpg
|
||||
preload = /home/nick/.config/hypr/RooftopSunset.jpeg
|
||||
preload = /home/nick/.config/hypr/FFM_Skyline.jpg
|
||||
wallpaper = , /home/nick/.config/hypr/FFM_Skyline.jpg
|
||||
preload = /home/nick/.config/hypr/resting_background.jpg
|
||||
preload = /home/nick/.config/hypr/XP.jpg
|
||||
wallpaper = , /home/nick/.config/hypr/XP.jpg
|
||||
|
||||
splash = true
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 422 KiB |
Loading…
Reference in New Issue