Initial commit

This commit is contained in:
Alexander
2026-02-08 01:53:11 +03:00
commit 73088e39cd
145 changed files with 13671 additions and 0 deletions

11
hypr/conf/animations.conf Executable file
View File

@@ -0,0 +1,11 @@
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
animations {
enabled = true
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
}

22
hypr/conf/autostart.conf Executable file
View File

@@ -0,0 +1,22 @@
# Execute your favorite apps at launch
# exec-once = hyprlock
exec-once = waybar
exec-once = dunst
exec-once = swww-daemon
exec-once = swww img /home/poti/Pictures/wallpapers/background.png
# exec-once = hyprpaper
exec-once = fcitx5
exec-once = activate-linux \
-t "Activate MaMadoka" \
-m "Go to Settings to activate MaMadoka." \
-x 375
exec-once = wl-paste --watch cliphist store
# Load configuration from ML4W Hyprland Settings App
exec = ~/.config/ml4w-hyprland-settings/hyprctl.sh

112
hypr/conf/binds.conf Executable file
View File

@@ -0,0 +1,112 @@
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
# SUPER key
$mainMod = SUPER
$terminal = kitty --override confirm_os_window_close=0
# PROXY env
$proxy = HTTPS_PROXY="http://127.0.0.1:10808" HTTP_PROXY="http://127.0.0.1:10808"
# Actions
bind = $mainMod, T, exec, $terminal # Open Kitty
bind = $mainMod, Q, killactive # Close current window
bind = ALT, f4, killactive # Close current window (Aka Windows shortcut)
bind = $mainMod SHIFT, M, exit # Exit Hyprland
bind = $mainMod, E, exec, ~/.config/ml4w/settings/filemanager.sh # Opens the filemanager
bind = $mainMod, V, togglefloating # Toggle between tiling and floating window
bind = $mainMod, F, fullscreen, 0 # Open the window in fullscreen
bind = $mainMod, D, fullscreen, 1 # Open the windows in semifullscreen
bind = $mainMod, W, exec, rofi -show drun # Open rofi
bind = $mainMod, C, exec, code # Open Visual Studio Code
bind = $mainMod, B, exec, $terminal bluetui # Open BluetoothTUI
bind = $mainMod, N, exec, $terminal nmtui # Open NetworkManagerTUI
bind = $mainMod SHIFT, N, exec, nekoray # Open Nekoray proxy
bind = $mainMod, L, exec, hyprlock # Lock a computer
bind = $mainMod SHIFT, T, exec, Telegram # Open Tegegram
bind = $mainMod SHIFT, F, exec, $proxy feishin # Open Feishin with PROXY
bind = $mainMod SHIFT, D, exec, $proxy discord # Open Discord with PROXY
# bind = $mainMod, P, pseudo, # dwindle
# bind = $mainMod, SPACE, togglesplit, # dwindle
# Open cliphist history
bind = $mainMod SHIFT, V, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy
bind = $mainMod, Print, exec, hyprshot -m output -m eDP-1
bind = , Print, exec, hyprshot -m region
bind = $mainMod, Z, exec, ~/.config/ml4w/settings/browser.sh # Opens the browser
bind = CTRL ALT, DELETE, exec, ~/.config/ml4w/scripts/wlogout.sh # Wayland Logout
bind = $mainMod SHIFT, B, exec, ~/.config/ml4w/scripts/reload-waybar.sh # Reload Waybar
bind = $mainMod SHIFT, W, exec, ~/.config/ml4w/scripts/reload-hyprpaper.sh # Reload hyprpaper after a changing the wallpaper
bindle = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 1%+
bindle = , XF86AudioLowerVolume, exec, wpctl set-volume -l 1.4 @DEFAULT_AUDIO_SINK@ 1%-
bindl = , XF86MonBrightnessUp, exec, brightnessctl set 1%+
bindl = , XF86MonBrightnessDown, exec, brightnessctl set 1%-
bind = $mainMod, M, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bind = , XF86TouchpadToggle, exec, echo ""
bind = , XF86WLAN, exec, nmcli radio wifi toggle
bind = , XF86Refresh, exec, xdotool key F5
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l # Move focus left
bind = $mainMod, right, movefocus, r # Move focus right
bind = $mainMod, up, movefocus, u # Move focus up
bind = $mainMod, down, movefocus, d # Move focus down
bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r
bind = $mainMod SHIFT, up, movewindow, u
bind = $mainMod SHIFT, down, movewindow, d
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1 # Switch to workspace 1
bind = $mainMod, 2, workspace, 2 # Switch to workspace 2
bind = $mainMod, 3, workspace, 3 # Switch to workspace 3
bind = $mainMod, 4, workspace, 4 # Switch to workspace 4
bind = $mainMod, 5, workspace, 5 # Switch to workspace 5
bind = $mainMod, 6, workspace, 6 # Switch to workspace 6
bind = $mainMod, 7, workspace, 7 # Switch to workspace 7
bind = $mainMod, 8, workspace, 8 # Switch to workspace 8
bind = $mainMod, 9, workspace, 9 # Switch to workspace 9
bind = $mainMod, 0, workspace, 10 # Switch to workspace 10
# Move active window to a workspace with mainMod + ALT + [0-9]
bind = $mainMod ALT, 1, movetoworkspace, 1 # Move window to workspace 1
bind = $mainMod ALT, 2, movetoworkspace, 2 # Move window to workspace 2
bind = $mainMod ALT, 3, movetoworkspace, 3 # Move window to workspace 3
bind = $mainMod ALT, 4, movetoworkspace, 4 # Move window to workspace 4
bind = $mainMod ALT, 5, movetoworkspace, 5 # Move window to workspace 5
bind = $mainMod ALT, 6, movetoworkspace, 6 # Move window to workspace 6
bind = $mainMod ALT, 7, movetoworkspace, 7 # Move window to workspace 7
bind = $mainMod ALT, 8, movetoworkspace, 8 # Move window to workspace 8
bind = $mainMod ALT, 9, movetoworkspace, 9 # Move window to workspace 9
bind = $mainMod ALT, 0, movetoworkspace, 10 # Move window to workspace 10
# bind = $mainMod ALT, left, movetoworkspace, e+1 # Move window to next workspace
# bind = $mainMod ALT, right movetoworkspace, e-1 # Move window to prev workspace
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_up, workspace, e+1 # Scroll workspaces
bind = $mainMod, mouse_down, workspace, e-1 # Scroll workspaces
# Scroll through existing workspaces with mainMod + left/right
# bind = $mainMod, right, workspace, e+1 # Scroll workspaces
# bind = $mainMod, left, workspace, e-1 # Scroll workspaces
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow # Move window
bindm = $mainMod, mouse:273, resizewindow # Resize window

1
hypr/conf/cursor.conf Executable file
View File

@@ -0,0 +1 @@
env = XCURSOR_SIZE,24

15
hypr/conf/decoration.conf Executable file
View File

@@ -0,0 +1,15 @@
# See https://wiki.hyprland.org/Configuring/Variables/ for more
decoration {
rounding = 10
blur {
enabled = true
size = 3
passes = 1
}
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}

49
hypr/conf/environments.conf Executable file
View File

@@ -0,0 +1,49 @@
# XDG Desktop Portal
env = XDG_CURRENT_DESKTOP,Hyprland
env = XDG_SESSION_TYPE,wayland
env = XDG_SESSION_DESKTOP,Hyprland
# QT
env = QT_QPA_PLATFORM,wayland;xcb
env = QT_QPA_PLATFORMTHEME,qt6ct
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
# GTK
env = GDK_SCALE,1
# Mozilla
env = MOZ_ENABLE_WAYLAND,1
# Set the cursor size for xcursor
env = XCURSOR_SIZE,24
# Disable appimage launcher by default
env = APPIMAGELAUNCHER_DISABLE,1
# OZONE
env = OZONE_PLATFORM,wayland
# For KVM virtual machines
# env = WLR_NO_HARDWARE_CURSORS, 1
# env = WLR_RENDERER_ALLOW_SOFTWARE, 1
# NVIDIA https://wiki.hyprland.org/Nvidia/
# env = LIBVA_DRIVER_NAME,nvidia
# env = GBM_BACKEND,nvidia-drm
# env = __GLX_VENDOR_LIBRARY_NAME,nvidia
# env = __GL_VRR_ALLOWED,1
# env = WLR_DRM_NO_ATOMIC,1
# IME fcitx5
# env = GTK_IM_MODULE,fcitx
# env = QT_IM_MODULE,fcitx
# env = XMODIFIERS,@im=fcitx
# Custom Apps
env = PATH, $PATH:/home/$USER/bin
# Proxy apps in Hyprland
# env = http_proxy, http://localhost:2080/
# env = https_proxy, http://localhost:2080/

14
hypr/conf/general.conf Executable file
View File

@@ -0,0 +1,14 @@
# See https://wiki.hyprland.org/Configuring/Variables/ for more
general {
gaps_in = 5
gaps_out = 10
border_size = 2
col.active_border = rgba(ff0033ee) rgba(990000ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
resize_on_border = true
}
ecosystem {
no_update_news = true
}

2
hypr/conf/gestures.conf Executable file
View File

@@ -0,0 +1,2 @@
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gesture = 3, horizontal, workspace

18
hypr/conf/input.conf Executable file
View File

@@ -0,0 +1,18 @@
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
# kb_layout = us,ru,jp
# kb_variant =
# kb_model =
# kb_options = grp:win_space_toggle
# kb_rules =
follow_mouse = 1
touchpad {
disable_while_typing = false
natural_scroll = true
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}

10
hypr/conf/layouts.conf Executable file
View File

@@ -0,0 +1,10 @@
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # you probably want this
}
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
# new_status = master
}

5
hypr/conf/misc.conf Executable file
View File

@@ -0,0 +1,5 @@
# See https://wiki.hyprland.org/Configuring/Variables/ for more
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
}

3
hypr/conf/monitor.conf Executable file
View File

@@ -0,0 +1,3 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,1920x1080@60,auto,1
# monitor=eDP-1,1920x1080@60,auto,1,transform,1

1
hypr/conf/windowrules.conf Executable file
View File

@@ -0,0 +1 @@
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more