Remove all config related files as now chezmoi will manage config files
All checks were successful
bluebuild-nvidia / Build Custom Image (recipe_nvidia.yml) (pull_request) Successful in 10m27s
bluebuild / Build Custom Image (recipe.yml) (pull_request) Successful in 6m33s

This commit is contained in:
2025-06-05 12:40:12 -04:00
parent 60da4a5c19
commit cc5c721016
23 changed files with 0 additions and 591 deletions

View File

@@ -1,149 +0,0 @@
# hyprland.conf
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
# Sources
source = /usr/share/hypr-hydro-os/hyprland.conf.d/env_vars.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/game_workspace.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/discord_workspace.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/terminal.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/browser.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf.d/arrow_move_window.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf.d/workspace_binds.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/keybinds.conf.d/media_binds.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/misc_apps.conf
source = /usr/share/hypr-hydro-os/hyprland.conf.d/devices.conf
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
# workspaces
workspace = 1, persistent:true, default:true
workspace = 2
workspace = 3
workspace = 4
workspace = 5, persistent:true, border:false, rounding:false
workspace = 6
workspace = 7
workspace = 8
workspace = 9
workspace = 10
workspace = special:magic
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
touchpad {
natural_scroll = no
}
sensitivity = 0 # -1.0 to 1.0, 0 means no modification.
}
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 5
gaps_out = 10
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
allow_tearing = false
}
#xwayland {
# force_zero_scaling = true
#}
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
blur {
enabled = true
size = 3
passes = 1
}
shadow {
enabled = yes
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
rounding = 15
}
animations {
enabled = yes
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
animation = specialWorkspace, 1, 3, default, slidefadevert -50%
}
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
}
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_status = slave
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = off
}
misc {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_splash_rendering = true
}
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
device {
name = epic-mouse-v1
sensitivity = -0.5
}
debug {
disable_logs = false
}
experimental {
#hdr = true
#xx_color_management_v4 = true
}
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
#windowrulev2 = workspace special, class:(scratchy)

View File

@@ -1,7 +0,0 @@
# browser.conf
# floorp
$mainMod = SUPER
## keybind
bind = $mainMod, F, exec, uwsm app -- one.ablaze.floorp.desktop

View File

@@ -1,21 +0,0 @@
# discord_workspace.conf
$discord_class = class:^(vesktop)$|^(discord)$|^(com.discord.app.Discord)$|^(WebCord)$|^(equibop)$
# workspace
workspace = special:discord
# window rule
windowrule = workspace special:discord silent, $discord_class
#windowrule = workspace special:discord silent, class:^(discord)$
#windowrule = opacity 0.9 0.9, $discord_class
windowrule = allowsinput on, $discord_class
# key binds
$mainMod = SUPER
#bind = $mainMod, D, focuswindow, vesktop
bind = $mainMod, D, togglespecialworkspace, discord
bind = $mainMod SHIFT, D, movetoworkspace, special:discord
# discord overlay
#exec-once = discover-overlay

View File

@@ -1,31 +0,0 @@
# env_vars.conf
# hyprcursor
env = HYPRCURSOR_THEME,Bibata-Modern-Classic
env = HYPRCURSOR_SIZE,24
# Some default env vars.
env = XCURSOR_THEME,Bibata-Modern-Classic
env = XCURSOR_SIZE,24
# Toolkit Backend Vars
env = CLUTTER_BACKEND,wayland
# QT Variables
env = QT_QPA_PLATFORMTHEME,kde
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_QPA_PLATFORM,wayland
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
# XDG specs vars
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
# set gtk-theme
env = QT_QUICK_CONTROLS_STYLE,org.kde.desktop
# copy some environments into systemctl
exec = /usr/bin/systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP QT_QPA_PLATFORMTHEME
# set default editor
env = EDITOR,/usr/bin/nvim
# for hdr games
env = DXVK_HDR,1

View File

@@ -1,39 +0,0 @@
# game_workspace.conf
# workspace number
$game-workspace-number = 5
# window rules
windowrule = workspace 9 silent, class:^(steam)$
# key binds
$mainMod = SUPER
bind = $mainMod, G, focuswindow, class:^(gamescope|steam)
# To put the window rules for the game workspace
# steam apps
windowrule = workspace $game-workspace-number silent, class:^steam_app_\d+$
# gamescope
windowrule = fullscreen, class:^(gamescope)$
windowrule = workspace $game-workspace-number silent, class:^(gamescope)$
# Minecraft
windowrule = workspace $game-workspace-number, class:^Minecraft.*
# factorio
windowrule = workspace $game-workspace-number, class:^(factorio)$
# RetroArch flatpak
windowrule = workspace $game-workspace-number, class:^(org.libretro.RetroArch)$
# dolphin emulator
windowrule = workspace $game-workspace-number, class:^(dolphin-emu)$
# Slay the Spire
windowrule = workspace $game-workspace-number, class:^(Slay the Spire)$
# Terraria
windowrule = workspace $game-workspace-number, class:^(dotnet)$
windowrule = fullscreen, class:^(dotnet)$

View File

@@ -1,36 +0,0 @@
# key_binds.conf
# Set programs that you use
$fileManager = xdg-open "$HOME"
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true)
#$menu = ags request -i launcher show
$screenshot = hyprshot -m region --clipboard-only
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod SHIFT, C, killactive,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod SHIFT, F, fullscreen
# screenshots and screen recorder aylur dot files
bind = $mainMod SHIFT, Print, exec, $screenshot
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod SHIFT, mouse:272, movewindow
bindm = $mainMod SHIFT, mouse:273, resizewindow
# global hotkeys
# discord mute
bind = CTRL SHIFT, M, pass, initialclass:^(discord)$

View File

@@ -1,7 +0,0 @@
# arrow_move_window.conf
# Move window with mainMod + Shift + arrow kyes
bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r
bind = $mainMod SHIFT, up, movewindow, u
bind = $mainMod SHIFT, down, movewindow, d

View File

@@ -1,16 +0,0 @@
# media_binds.conf
$mainMod = SUPER
# media play-pause toggle
bind = , XF86AudioPlay, exec, playerctl play-pause
# media volume up/down
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 1%+
# media volume up/down
bind = $mainMod, XF86AudioLowerVolume, exec, playerctl position 5-
bind = $mainMod, XF86AudioRaiseVolume, exec, playerctl position 5+
# media pause
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle

View File

@@ -1,34 +0,0 @@
# workspace_binds.conf
$mainMod = SUPER
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3
bind = $mainMod, 4, workspace, 4
bind = $mainMod, 5, workspace, 5
bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1

View File

@@ -1,9 +0,0 @@
# terminal.conf
# workspace
workspace = special:terminal
# key binds
$mainMod = SUPER
bind = $mainMod, T, togglespecialworkspace, terminal
bind = $mainMod SHIFT, T, movetoworkspace, special:terminal

View File

@@ -1,7 +0,0 @@
[Desktop Entry]
Name=Hyprland Hydro-os (uwsm managed)
Comment=An intelligent dynamic tiling Wayland compositor, with Hydro-os configuration.
Exec=uwsm start -- hyprland-hydro-os.desktop
Type=Application
DesktopNames=Hyprland
Keywords=tiling;wayland;compositor;

View File

@@ -1,7 +0,0 @@
[Desktop Entry]
Name=Hyprland Hydro-os
Comment=An intelligent dynamic tiling Wayland compositor, with Hydro-os configuration.
Exec=Hyprland --config /usr/share/hypr-hydro-os/hyprland.conf
Type=Application
DesktopNames=Hyprland
Keywords=tiling;wayland;compositor;