From 7ae6f28dbf69bbf6dee2a3846e31840f59743b5f Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 May 2026 21:55:01 +0100 Subject: [PATCH] Stuff --- .config/hypr/autostart.conf | 1 + .config/hypr/bindings.conf | 2 +- .config/hypr/hyprsunset.conf | 11 +++++------ .config/tmuxinator/updato.yml | 14 ++++++++++++++ 4 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 .config/tmuxinator/updato.yml diff --git a/.config/hypr/autostart.conf b/.config/hypr/autostart.conf index f741636..14f54ce 100644 --- a/.config/hypr/autostart.conf +++ b/.config/hypr/autostart.conf @@ -1,5 +1,6 @@ exec-once = uwsm-app -- hypridle exec-once = uwsm-app -- mako +exec-once = uwsm app -- hyprsunset # exec-once = Enpass # exec-once = uwsm-app -- waybar exec-once = uwsm-app -- fcitx5 --disable notificationitem diff --git a/.config/hypr/bindings.conf b/.config/hypr/bindings.conf index cf43fcb..7f3183b 100644 --- a/.config/hypr/bindings.conf +++ b/.config/hypr/bindings.conf @@ -154,7 +154,7 @@ bindd = ALT, PRINT, Screenrecording, exec, station-menu screenrecord bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a # File sharing -bindd = SUPER CTRL, S, Share, exec, station-menu share +# bindd = SUPER CTRL, S, Share, exec, station-menu share # Waybar-less information bindd = SUPER CTRL ALT, T, Show time, exec, notify-send " $(date +"%A %H:%M — %d %B W%V %Y")" diff --git a/.config/hypr/hyprsunset.conf b/.config/hypr/hyprsunset.conf index c4d0f8d..1073944 100644 --- a/.config/hypr/hyprsunset.conf +++ b/.config/hypr/hyprsunset.conf @@ -5,10 +5,9 @@ profile { identity = true } -# To enable auto switch to nightlight, set in your .config/hypr/autostart: -# exec-once = uwsm app -- hyprsunset # and use the following: -# profile { -# time = 20:00 -# temperature = 4000 -# } +profile { + time = 20:00 + temperature = 1000 + gamma = 0.5 +} diff --git a/.config/tmuxinator/updato.yml b/.config/tmuxinator/updato.yml new file mode 100644 index 0000000..4cf7b1a --- /dev/null +++ b/.config/tmuxinator/updato.yml @@ -0,0 +1,14 @@ +name: updato +root: ~/Code/Sites/updato/ +on_project_start: + - $BROWSER http://localhost:8000 +startup_window: main +windows: + - main: + layout: main-vertical + panes: + - editor: nvim . + - build: composer dev + focused_pain: editor + - misc: +