diff --git a/config/autostart.conf b/config/autostart.conf index c4fee64..02d996a 100755 --- a/config/autostart.conf +++ b/config/autostart.conf @@ -1,5 +1,5 @@ # 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 = hyprpaper # 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 ollama '/usr/bin/ollama serve' exec-once = tmux new-session -d -s ydotool 'ydotoold' +exec-once = sleep 2 && hyprctl reload + # Monitor LT exec-once = discord diff --git a/config/theme.conf b/config/theme.conf index 0b3cb7d..e7ca6bb 100644 --- a/config/theme.conf +++ b/config/theme.conf @@ -89,8 +89,8 @@ misc { } scrolling { - column_width = 0.7 + column_width = 1 follow_focus = true fullscreen_on_one_column = true - explicit_column_widths = 0.75,0.25 -} \ No newline at end of file + # explicit_column_widths = 0.17,0.3 +} diff --git a/hyprland.conf b/hyprland.conf index 4b6b0a0..70cca78 100755 --- a/hyprland.conf +++ b/hyprland.conf @@ -26,3 +26,6 @@ source = ~/.config/hypr/config/env.conf source = ~/.config/hypr/config/bind.conf source = ~/.config/hypr/config/workspaces.conf source = ~/.config/hypr/config/theme.conf + +debug:disable_logs=false +debug:gl_debugging=true