aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-02-21 20:42:11 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-02-21 20:42:11 +0900
commit5469e2f0e39c074fb7b7f8dd421ccffea5f5db25 (patch)
treef4cb2a968fda1429a4ef43930a76030dae4086d3
parent6be9f677691bbca3e0b0c82f65862a566a60da07 (diff)
remove Monitors.conf and WorkspacesRules.conf
-rw-r--r--config/hypr/UserConfigs/Monitors.conf51
-rw-r--r--config/hypr/UserConfigs/WorkspaceRules.conf26
-rw-r--r--config/hypr/hyprland.conf4
3 files changed, 2 insertions, 79 deletions
diff --git a/config/hypr/UserConfigs/Monitors.conf b/config/hypr/UserConfigs/Monitors.conf
deleted file mode 100644
index efb47cb5..00000000
--- a/config/hypr/UserConfigs/Monitors.conf
+++ /dev/null
@@ -1,51 +0,0 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
-
-# Monitor Configuration
-# See Hyprland wiki for more details
-# https://wiki.hyprland.org/Configuring/Monitors/
-# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
-
-# Monitors
-monitor=,preferred,auto,1
-
-# High Refresh Rate
-monitor=,highrr,auto,1
-
-# High Resolution
-monitor=,highres,auto,1
-
-# NOTE: for laptop, kindly check notes in Laptops.conf regarding display
-# Created this inorder for the monitor display to not wake up if not intended.
-# See here: https://github.com/hyprwm/Hyprland/issues/4090
-
-# Some examples to set your own monitor
-#monitor = eDP-1, preferred, auto, 1
-#monitor = eDP-1, 2560x1440@165, 0x0, 1 #own screen
-#monitor = DP-3, 1920x1080@240, auto, 1
-#monitor = DP-1, preferred, auto, 1
-#monitor = HDMI-A-1, preferred,auto,1
-
-# QEMU-KVM, virtual box or vmware
-#monitor = Virtual-1, 1920x1080@60,auto,1
-
-# to disable a monitor
-#monitor=name,disable
-
-# Mirror samples
-#monitor=DP-3,1920x1080@60,0x0,1,mirror,DP-2
-#monitor=,preferred,auto,1,mirror,eDP-1
-#monitor=HDMI-A-1,2560x1440@144,0x0,1,mirror,eDP-1
-
-# 10 bit monitor support - See wiki https://wiki.hyprland.org/Configuring/Monitors/#10-bit-support - See NOTES below
-# NOTE: Colors registered in Hyprland (e.g. the border color) do not support 10 bit.
-# NOTE: Some applications do not support screen capture with 10 bit enabled. (Screen captures like OBS may render black screen)
-# monitor=,preferred,auto,1,bitdepth,10
-
-#monitor=eDP-1,transform,0
-#monitor=eDP-1,addreserved,10,10,10,49
-
-# workspaces - Monitor rules
-# https://wiki.hyprland.org/Configuring/Workspace-Rules/
-# SUPER E - Workspace-Rules
-# See ~/.config/hypr/UserConfigs/WorkspaceRules.conf
-
diff --git a/config/hypr/UserConfigs/WorkspaceRules.conf b/config/hypr/UserConfigs/WorkspaceRules.conf
deleted file mode 100644
index 350022b1..00000000
--- a/config/hypr/UserConfigs/WorkspaceRules.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
-
-# You can set workspace rules to achieve workspace-specific behaviors.
-# For instance, you can define a workspace where all windows are drawn without borders or gaps.
-
-# https://wiki.hyprland.org/Configuring/Workspace-Rules/
-
-# Assigning workspace to a certain monitor. Below are just examples
-# workspace = 1, monitor:eDP-1
-# workspace = 2, monitor:eDP-1
-# workspace = 3, monitor:eDP-1
-# workspace = 4, monitor:eDP-1
-# workspace = 5, monitor:DP-2
-# workspace = 6, monitor:DP-2
-# workspace = 7, monitor:DP-2
-# workspace = 8, monitor:DP-2
-
-
-# example rules (from wiki)
-# workspace = 3, rounding:false, decorate:false
-# workspace = name:coding, rounding:false, decorate:false, gapsin:0, gapsout:0, border:false, decorate:false, monitor:DP-1
-# workspace = 8,bordersize:8
-# workspace = name:Hello, monitor:DP-1, default:true
-# workspace = name:gaming, monitor:desc:Chimei Innolux Corporation 0x150C, default:true
-# workspace = 5, on-created-empty:[float] firefox
-# workspace = special:scratchpad, on-created-empty:foot \ No newline at end of file
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf
index 0c6b7fc4..071e3811 100644
--- a/config/hypr/hyprland.conf
+++ b/config/hypr/hyprland.conf
@@ -19,8 +19,8 @@ source= $UserConfigs/Startup_Apps.conf # put your start-up packages on this file
source= $UserConfigs/ENVariables.conf # Environment variables to load
-#source= $UserConfigs/Monitors.conf # Its all about your monitor config (old dots
-#source= $UserConfigs/WorkspaceRules.conf # Hyprland workspaces (old dots)
+#source= $UserConfigs/Monitors.conf # Its all about your monitor config (old dots) will remove on push to main
+#source= $UserConfigs/WorkspaceRules.conf # Hyprland workspaces (old dots) will remove on push to main
source= $UserConfigs/Laptops.conf # For laptop related
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage