Fixes for the update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Needs To start first
|
||||
exec-once = tmux new-session -d -s qs 'quickshell'
|
||||
exec-once = hypridle
|
||||
# exec-once = hyprpaper
|
||||
# now via: systemctl --user enable --now hyprpaper.service
|
||||
exec-once = bash -c '~/.config/hypr/scripts/wallpapers/random_wallpaper.sh > ~/.config/hypr/scripts/wallpaper/random_wallpaper.log'
|
||||
exec-once = hyprpaper
|
||||
# now via:
|
||||
exec-once = bash -c 'sleep 2 && ~/.config/hypr/scripts/wallpapers/random_wallpaper.sh > ~/.config/hypr/scripts/wallpapers/random_wallpaper.log'
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
exec-once = tmux new-session -d -s keyring '/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg'
|
||||
# exec-once = sleep 1 && ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
||||
@@ -12,7 +12,7 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = tmux new-session -d -s carla 'carla -n /home/honney/Downloads/test.carxp'
|
||||
# exec-once = udiskie -t
|
||||
exec-once = tmux new-session -d -s fah 'fah-client'
|
||||
exec-once = tmux new-session -d -s fah 'cd ~/.local/share/fah && fah-client'
|
||||
exec-once = tmux new-session -d -s ollama '/usr/bin/ollama serve'
|
||||
exec-once = tmux new-session -d -s ydotool 'ydotoold'
|
||||
|
||||
|
||||
+2
-2
@@ -9,7 +9,7 @@ bind = $mod, F, fullscreen,
|
||||
bind = $mod, V, togglefloating,
|
||||
bind = $mod, D, exec, $menu # "Apps"
|
||||
bind = $mod SHIFT, D, pseudo, # dwindle
|
||||
bind = $mod, J, togglesplit, # dwindle
|
||||
# bind = $mod, J, togglesplit, # dwindle
|
||||
|
||||
#waybar
|
||||
bind = $mod SHIFT, B, exec, ~/.config/waybar/launch.sh
|
||||
@@ -122,4 +122,4 @@ bind = ALT, Y, exec, ~/.config/hypr/scripts/writing/tmdb.sh
|
||||
|
||||
# Opening Additional Apps
|
||||
bind = $mod SHIFT, C, exec, code
|
||||
bind = $mod SHIFT, V, exec, vscodium
|
||||
bind = $mod SHIFT, V, exec, vscodium
|
||||
|
||||
+17
-1
@@ -2,7 +2,23 @@
|
||||
# other monitor Stuff is set up
|
||||
|
||||
# monitor = name, resolution, position, scale
|
||||
monitor = desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609, 3840x2160@60, -3840x0, 1, bitdepth, 10, cm, wide
|
||||
|
||||
render {
|
||||
cm_auto_hdr = 1 # 0: off, 1: on, 2: edid
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output = desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
|
||||
mode = 3840x2160@60
|
||||
position = -3840x0
|
||||
scale = 1
|
||||
bitdepth = 10
|
||||
supports_hdr = 1
|
||||
transform = 0
|
||||
supports_wide_color = 1
|
||||
sdr_min_luminance = 1000
|
||||
sdr_max_luminance = 400
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output = desc:BNQ BenQ EX2710U Y8P00876019
|
||||
|
||||
@@ -83,15 +83,6 @@ animations {
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
}
|
||||
|
||||
#gestures {
|
||||
# workspace_swipe = off
|
||||
#}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
|
||||
Reference in New Issue
Block a user