This commit is contained in:
Hannes
2026-05-15 19:08:10 +02:00
parent cbe92eafe3
commit be3092f13f
3 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -1,5 +1,5 @@
# Needs To start first # Needs To start first
exec-once = tmux new-session -d -s qs 'quickshell' exec-once = tmux new-session -d -s qs 'sleep 2 && quickshell'
exec-once = hypridle exec-once = hypridle
exec-once = hyprpaper exec-once = hyprpaper
# now via: # now via:
@@ -15,6 +15,8 @@ exec-once = tmux new-session -d -s carla 'carla -n /home/honney/Downloads/test.c
exec-once = tmux new-session -d -s fah 'cd ~/.local/share/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 ollama '/usr/bin/ollama serve'
exec-once = tmux new-session -d -s ydotool 'ydotoold' exec-once = tmux new-session -d -s ydotool 'ydotoold'
exec-once = sleep 2 && hyprctl reload
# Monitor LT # Monitor LT
exec-once = discord exec-once = discord
+2 -2
View File
@@ -89,8 +89,8 @@ misc {
} }
scrolling { scrolling {
column_width = 0.7 column_width = 1
follow_focus = true follow_focus = true
fullscreen_on_one_column = true fullscreen_on_one_column = true
explicit_column_widths = 0.75,0.25 # explicit_column_widths = 0.17,0.3
} }
+3
View File
@@ -26,3 +26,6 @@ source = ~/.config/hypr/config/env.conf
source = ~/.config/hypr/config/bind.conf source = ~/.config/hypr/config/bind.conf
source = ~/.config/hypr/config/workspaces.conf source = ~/.config/hypr/config/workspaces.conf
source = ~/.config/hypr/config/theme.conf source = ~/.config/hypr/config/theme.conf
debug:disable_logs=false
debug:gl_debugging=true