diff --git a/.gitignore b/.gitignore index 600b7e4..d31fdfe 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /btop/themes/ /fish/fish_variables + +/vscode/settings.json diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index e32fc92..ba2ad99 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,6 +2,9 @@ $hypr = ~/.config/hypr $hl = $hypr/hyprland $cConf = ~/.config/caelestia +exec-once = ln -s "./custom-$HOSTNAME.conf" ~/caelestia/hypr/hyprland/custom-by-hostname.conf +source = $hl/custom-by-hostname.conf + # Variables (colours + other vars) exec = cp -L --no-preserve=mode --update=none $hypr/scheme/default.conf $hypr/scheme/current.conf source = $hypr/scheme/current.conf @@ -11,12 +14,6 @@ source = $hypr/variables.conf exec = mkdir -p $cConf && touch -a $cConf/hypr-vars.conf source = $cConf/hypr-vars.conf -# Default monitor conf -monitor = HDMI-A-2, 1920x1080@60, 0x0, 1 -monitor = HDMI-A-1, 1920x1080@60, 1920x0, 1 - -workspace= name:1, monitor:HDMI-A-2 - # Configs source = $hl/env.conf source = $hl/general.conf diff --git a/hypr/hyprland/custom-by-hostname.conf b/hypr/hyprland/custom-by-hostname.conf new file mode 120000 index 0000000..eea3503 --- /dev/null +++ b/hypr/hyprland/custom-by-hostname.conf @@ -0,0 +1 @@ +./custom-peecee.conf \ No newline at end of file diff --git a/hypr/hyprland/custom-labob.conf b/hypr/hyprland/custom-labob.conf new file mode 100644 index 0000000..e69de29 diff --git a/hypr/hyprland/custom-peecee.conf b/hypr/hyprland/custom-peecee.conf new file mode 100644 index 0000000..b222408 --- /dev/null +++ b/hypr/hyprland/custom-peecee.conf @@ -0,0 +1,7 @@ +# Default monitor conf +monitor = HDMI-A-2, 1920x1080@60, 0x0, 1 +monitor = HDMI-A-1, 1920x1080@60, 1920x0, 1 + +workspace= name:1, monitor:HDMI-A-2 + +$browser = zens \ No newline at end of file diff --git a/hypr/hyprland/execs.conf b/hypr/hyprland/execs.conf index bea5403..ec317c4 100644 --- a/hypr/hyprland/execs.conf +++ b/hypr/hyprland/execs.conf @@ -32,3 +32,6 @@ exec-once = caelestia shell -d # Idle daemon exec-once = hypridle + +# Random Wallpaper +exec-once = caelestia wallpaper -r diff --git a/hypr/variables.conf b/hypr/variables.conf index adcfe70..e2a73e8 100644 --- a/hypr/variables.conf +++ b/hypr/variables.conf @@ -1,7 +1,6 @@ # ### Hyprland ### # Apps $terminal = foot -$browser = zen-browser $editor = code $fileExplorer = foot fish -C yazi