some changes
BIN
files/Pictures/wallpaper/wallpaper/airport01.jpg
Normal file
|
After Width: | Height: | Size: 295 KiB |
BIN
files/Pictures/wallpaper/wallpaper/blue01.jpg
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
files/Pictures/wallpaper/wallpaper/elevator01.jpg
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
files/Pictures/wallpaper/wallpaper/floor01.jpg
Normal file
|
After Width: | Height: | Size: 260 KiB |
BIN
files/Pictures/wallpaper/wallpaper/minimal01.png
Normal file
|
After Width: | Height: | Size: 5.5 MiB |
BIN
files/Pictures/wallpaper/wallpaper/minimal02.jpg
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
files/Pictures/wallpaper/wallpaper/minimal03.jpg
Normal file
|
After Width: | Height: | Size: 390 KiB |
BIN
files/Pictures/wallpaper/wallpaper/pink02.jpg
Normal file
|
After Width: | Height: | Size: 297 KiB |
BIN
files/Pictures/wallpaper/wallpaper/snow02.jpg
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
files/Pictures/wallpaper/wallpaper/street01.jpg
Normal file
|
After Width: | Height: | Size: 243 KiB |
BIN
files/Pictures/wallpaper/wallpaper/street02.jpg
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
files/Pictures/wallpaper/wallpaper/sunset01.jpg
Normal file
|
After Width: | Height: | Size: 258 KiB |
|
|
@ -143,7 +143,7 @@ bind = $mainMod, right, movefocus, r
|
||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
bind = $mainMod, M, exec, thunderbird
|
bind = $mainMod, M, exec, thunderbird
|
||||||
|
bind = $mainMod, S, exec, signal-desktop
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
bind = $mainMod, 3, workspace, 3
|
bind = $mainMod, 3, workspace, 3
|
||||||
|
|
@ -166,8 +166,6 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
bind = $mainMod, S, togglespecialworkspace, magic
|
|
||||||
|
|
||||||
bind = $mainMod, mouse_down, workspace, e+1
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
bind = $mainMod, mouse_up, workspace, e-1
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
||||||
|
|
@ -212,6 +210,7 @@ windowrule {
|
||||||
no_focus = true
|
no_focus = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xwayland{force_zero_scaling=true}
|
||||||
windowrule {
|
windowrule {
|
||||||
name = move-hyprland-rounding
|
name = move-hyprland-rounding
|
||||||
match:class = hyprland-run
|
match:class = hyprland-run
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
awww-daemon &
|
awww-daemon &
|
||||||
sleep 0.5
|
sleep 0.5
|
||||||
awww img "/home/denode/Pictures/wallpaper/mountain04.jpg" --transition-type simple
|
awww img "/home/denode/Pictures/wallpaper/minimal01.png" --transition-type simple
|
||||||
|
|
|
||||||