diff options
| author | GitIR <git@zachir.xyz> | 2026-04-28 15:13:21 -0500 |
|---|---|---|
| committer | GitIR <git@zachir.xyz> | 2026-04-28 15:13:21 -0500 |
| commit | 97a03e310ee7af20640bf80ce351b774ebdadf45 (patch) | |
| tree | 22278e7c65c7a09d012694f03afbe4ff428c14fc | |
| parent | b659d5290ef67235904c401511bd1ca64611385c (diff) | |
Remove more GUI stuff from rai
| -rw-r--r-- | easyeffectsrc | 2 | ||||
| -rw-r--r-- | environment.d/cursor.conf | 2 | ||||
| -rw-r--r-- | handlr/handlr.toml | 4 | ||||
| -rw-r--r-- | pypr/config.toml | 78 | ||||
| -rw-r--r-- | xdg-desktop-portal/portals.conf | 4 |
5 files changed, 0 insertions, 90 deletions
diff --git a/easyeffectsrc b/easyeffectsrc deleted file mode 100644 index a4cbf66..0000000 --- a/easyeffectsrc +++ /dev/null @@ -1,2 +0,0 @@ -[UiSettings] -ColorScheme=BreezeDark diff --git a/environment.d/cursor.conf b/environment.d/cursor.conf deleted file mode 100644 index 9b9ef2b..0000000 --- a/environment.d/cursor.conf +++ /dev/null @@ -1,2 +0,0 @@ -XCURSOR_THEME=BreezeX-Black -XCURSOR_SIZE=32 diff --git a/handlr/handlr.toml b/handlr/handlr.toml deleted file mode 100644 index 58e04ba..0000000 --- a/handlr/handlr.toml +++ /dev/null @@ -1,4 +0,0 @@ -enable_selector = false -selector = "tofi -c ~/.conifg/tofi/cosmic --prompt-text 'Open With: '" -term_exec_args = '-e' -expand_wildcards = false diff --git a/pypr/config.toml b/pypr/config.toml deleted file mode 100644 index 3110ba5..0000000 --- a/pypr/config.toml +++ /dev/null @@ -1,78 +0,0 @@ -[pyprland] -plugins = [ - "toggle_special", - "scratchpads", - "expose" -] - -[scratchpads.sphtop] -animation = "fromBottom" -command = "kitty --class sphtop -e htop" -class = "sphtop" -size = "50% 50%" - -[scratchpads.spterm] -animation = "fromBottom" -command = "kitty --class spterm" -class = "spterm" -size = "50% 50%" - -[scratchpads.sppmxr] -animation = "fromBottom" -command = "kitty --class sppmxr -e pulsemixer" -class = "sppmxr" -size = "50% 50%" - -[scratchpads.spblue] -animation = "fromBottom" -command = "kitty --class spblue -e bluetoothctl" -class = "spblue" -size = "50% 50%" - -[scratchpads.spncmp] -animation = "fromBottom" -command = "kitty --class spncmp -e ncmpcpp" -class = "spncmp" -size = "50% 50%" - -[scratchpads.spmutt] -animation = "fromBottom" -command = "kitty --class spmutt -e neomutt" -class = "spmutt" -size = "50% 50%" - -[scratchpads.spprof] -animation = "fromBottom" -command = "kitty --class spprof -e profanity" -class = "spprof" -size = "50% 50%" - -[scratchpads.spirss] -animation = "fromBottom" -command = "kitty --class spirss -e irssi" -class = "spirss" -size = "50% 50%" - -[scratchpads.spvimw] -animation = "fromBottom" -command = "kitty --class spvimw -e vw" -class = "spvimw" -size = "50% 50%" - -[scratchpads.trmc] -animation = "fromBottom" -command = "kitty --class trmc -e tremc" -class = "trmc" -size = "50% 50%" - -[scratchpads.helvum] -animation = "fromBottom" -command = "helvum" -class = "org.pipewire.Helvum" -size = "50% 50%" - -[scratchpads.easyfx] -animation = "fromBottom" -command = "easyeffects" -class = "com.github.wwmm.easyeffects" -size = "50% 50%" diff --git a/xdg-desktop-portal/portals.conf b/xdg-desktop-portal/portals.conf deleted file mode 100644 index 262bbb0..0000000 --- a/xdg-desktop-portal/portals.conf +++ /dev/null @@ -1,4 +0,0 @@ -[preferred] -default=hyprland;gtk -org.freedesktop.impl.portal.FileChooser=gtk -org.freedesktop.impl.portal.Settings=darkman |
