changed values after hyprland + waybar update

This commit is contained in:
Yusuf İpek
2023-09-05 14:54:01 +03:00
parent da3a33c689
commit e0b285a372
5 changed files with 42 additions and 41 deletions
+5
View File
@@ -0,0 +1,5 @@
[Dolphin]
SortOrder=1
SortRole=modificationtime
Timestamp=2023,9,5,14,40,50.555
Version=4
Regular → Executable
+30 -34
View File
@@ -6,33 +6,23 @@
monitor=,preferred,auto,auto
monitor=HDMI-A-1, 1920x1080@74.973000, 0x0, 1
monitor=DVI-D-1, 1920x1080, 1920x0, 1
monitor=HDMI-A-2, 1920x1080@75, 0x0, 1
monitor=HDMI-A-1, 1920x1080@60, 1920x0, 1
workspace=HDMI-A-1,1
workspace=HDMI-A-1,2
workspace=HDMI-A-1,3
workspace=DVI-D-1,4
workspace=DVI-D-1,5
workspace=DVI-D-1,6
workspace=DVI-D-1,7
workspace=DVI-D-1,8
workspace=DVI-D-1,9
workspace=DVI-D-1,10
# wsbind=1,HDMI-A-1
# wsbind=2,HDMI-A-1
# wsbind=3,HDMI-A-1
# wsbind=4,DVI-D-1
# wsbind=5,DVI-D-1
# wsbind=6,DVI-D-1
# wsbind=7,DVI-D-1
# wsbind=8,DVI-D-1
# wsbind=9,DVI-D-1
# wsbind=10,DVI-D-1
workspace=HDMI-A-2,1
workspace=HDMI-A-2,2
workspace=HDMI-A-2,3
workspace=HDMI-A-1,4
workspace=HDMI-A-1,5
workspace=HDMI-A-1,6
workspace=HDMI-A-1,7
workspace=HDMI-A-1,8
workspace=HDMI-A-1,9
workspace=HDMI-A-1,10
# autostart
exec-once = hyprpaper & wl-paste --watch cliphist store & easyeffects --gapplication-service & mako & sh ~/Applications/aw.sh & blueman & qbittorrent & kdeconnect-cli & morgen --hidden
exec-once = waybar & hyprpaper & wl-paste --watch cliphist store & easyeffects --gapplication-service & mako & sh ~/Applications/aw.sh & blueman & kdeconnect-cli & morgen --hidden & ~/Applications/sleep-start.sh
#exec-once = sh ~/.config/hypr/nuke-screenshare.sh
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
@@ -108,20 +98,23 @@ decoration {
fullscreen_opacity = 1.0
rounding = 4
blur = yes
blur_size = 15
blur_passes = 2 # more passes = more resource intensive.
blur_new_optimizations = true
blur_xray = true
drop_shadow = false
shadow_range = 4
shadow_render_power = 3
shadow_ignore_window = true
dim_inactive = false
blur_ignore_opacity = false
col.shadow = rgba(1a1a1aee)
blur {
enabled = yes
size = 15
passes = 2 # more passes = more resource intensive.
new_optimizations = true
xray = true
ignore_opacity = false
}
}
# Blur for waybar
@@ -207,6 +200,9 @@ bind = $mainMod, left, moveintogroup, l
bind = $mainMod, up, moveintogroup, u
bind = $mainMod, down, moveintogroup, d
# lock mouse
bind = ALT_SHIFT, W, exec, zsh ~/Applications/lock-mouse.sh
# shutdown
bind = CTRL_ALT, X, exec, wlogout
@@ -228,8 +224,8 @@ bind = $mainMod, v, exec, cliphist list | rofi -dmenu | cliphist decode | wl-cop
# scratchpad
bind = SUPER_SHIFT, S, movetoworkspace, special
bind = SUPER, S, togglespecialworkspace
bind = $mainMod, Y, pin
#bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, Tab, changegroupactive, f
@@ -247,7 +243,8 @@ bind=,XF86AudioNext,exec, playerctl next
bind=,XF86AudioPrev,exec, playerctl previous
bind = $mainMod, L, exec, swaylock-fancy -e -K -p 10 -f Hack-Regular
#bind = $mainMod, L, exec, swaylock-fancy -e -g -K -p 10 -f Hack-Regular
bind = $mainMod, L, exec, swaylock -c 000000
bind = $mainMod, O, exec, killall -SIGUSR1 .waybar-wrapped
@@ -340,8 +337,6 @@ bindm = $mainMod, mouse:273, resizewindow
#------------#
# auto start #
#------------#
exec-once = waybar &
exec-once = mako &
exec-once = nm-applet --indicator &
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
@@ -354,6 +349,7 @@ windowrulev2 = float,class:^(brave)$,title:^(Save File)$
windowrulev2 = float,class:^(brave)$,title:^(Open File)$
windowrulev2 = float,class:^(LibreWolf)$,title:^(Picture-in-Picture)$
windowrulev2 = float,class:^(blueman-manager)$
windowrulev2 = float,class:^(zoom)$
windowrulev2 = float,class:^(xdg-desktop-portal-gtk)$
windowrulev2 = float,class:^(org.kde.polkit-kde-authentication-agent-1)$
windowrulev2 = float,class:^(cachyos-hello)$
Regular → Executable
+2 -2
View File
@@ -1,4 +1,4 @@
preload = /home/yusuf/Pictures/Screenshots/wallpapers/55vunvY.png
preload = /home/yusuf/Pictures/Screenshots/wallpapers/alena-aenami-horizon-1k.jpg
wallpaper = HDMI-A-1,/home/yusuf/Pictures/Screenshots/wallpapers/55vunvY.png
wallpaper = DVI-D-1,/home/yusuf/Pictures/Screenshots/wallpapers/alena-aenami-horizon-1k.jpg
wallpaper = HDMI-A-2,/home/yusuf/Pictures/Screenshots/wallpapers/55vunvY.png
wallpaper = HDMI-A-1,/home/yusuf/Pictures/Screenshots/wallpapers/alena-aenami-horizon-1k.jpg
Regular → Executable
View File