mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
removal regular conf
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
source = ./modules/env.conf
|
|
||||||
source = ./modules/macchiato.conf
|
|
||||||
source = ./modules/settings.conf
|
|
||||||
source = ./modules/binds.conf
|
|
||||||
source = ./modules/executes.conf
|
|
||||||
source = ./modules/windowrules.conf
|
|
||||||
source = ./modules/monitors.conf
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
bindm = SUPER,mouse:272,movewindow
|
|
||||||
bindm = SUPER,mouse:273,resizewindow
|
|
||||||
|
|
||||||
bind = SUPER,RETURN,exec, ghostty
|
|
||||||
bind = SUPER, D, exec, fuzzel
|
|
||||||
bind = SUPER,E,exec, dolphin
|
|
||||||
|
|
||||||
bind = SUPER,B,exec, firefox
|
|
||||||
bind = SUPER,Q,killactive
|
|
||||||
bind = SUPER,M,exit
|
|
||||||
bind = SUPER,S,togglefloating
|
|
||||||
bind = SUPER,P,pseudo
|
|
||||||
|
|
||||||
bind = SUPER,H,movefocus,l
|
|
||||||
bind = SUPER,L,movefocus,r
|
|
||||||
bind = SUPER,K,movefocus,u
|
|
||||||
bind = SUPER,J,movefocus,d
|
|
||||||
binde = SUPER SHIFT,L,resizeactive, 50 0
|
|
||||||
binde = SUPER SHIFT,H,resizeactive, -50 0
|
|
||||||
binde = SUPER SHIFT,K,resizeactive, 0 -50
|
|
||||||
binde = SUPER SHIFT,J,resizeactive, 0 50
|
|
||||||
|
|
||||||
bind = SUPER,1,workspace,1
|
|
||||||
bind = SUPER,2,workspace,2
|
|
||||||
bind = SUPER,3,workspace,3
|
|
||||||
bind = SUPER,4,workspace,4
|
|
||||||
bind = SUPER,5,workspace,5
|
|
||||||
bind = SUPER,6,workspace,6
|
|
||||||
bind = SUPER,7,workspace,7
|
|
||||||
bind = SUPER,8,workspace,8
|
|
||||||
bind = SUPER,9,workspace,9
|
|
||||||
bind = SUPER,0,workspace,10
|
|
||||||
bind = ALT,1,movetoworkspace,1
|
|
||||||
bind = ALT,2,movetoworkspace,2
|
|
||||||
bind = ALT,3,movetoworkspace,3
|
|
||||||
bind = ALT,4,movetoworkspace,4
|
|
||||||
bind = ALT,5,movetoworkspace,5
|
|
||||||
bind = ALT,6,movetoworkspace,6
|
|
||||||
bind = ALT,7,movetoworkspace,7
|
|
||||||
bind = ALT,8,movetoworkspace,8
|
|
||||||
bind = ALT,9,movetoworkspace,9
|
|
||||||
bind = ALT,0,movetoworkspace,10
|
|
||||||
bind = SUPER,mouse_down,workspace,e+1
|
|
||||||
bind = SUPER,mouse_up,workspace,e-1
|
|
||||||
bind = SUPER,g,togglegroup
|
|
||||||
bind = SUPER,tab,changegroupactive
|
|
||||||
|
|
||||||
bind = SUPER, F,fullscreen
|
|
||||||
|
|
||||||
bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
|
||||||
bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
|
||||||
bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
||||||
bindel = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
|
||||||
bindel = , F14, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
|
||||||
bindel = , F15, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
||||||
bindel = , F17, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+
|
|
||||||
bindel = , F16, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-
|
|
||||||
|
|
||||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
|
||||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
|
||||||
bindl = , XF86AudioNext, exec, playerctl next
|
|
||||||
bindel = , XF86MonBrightnessUp, exec, brightnessctl set +5%
|
|
||||||
bindel = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
|
||||||
bindel = , XF86WebCam, exec
|
|
||||||
|
|
||||||
# zshell
|
|
||||||
bind = , PRINT, global, zshell:screenshotFreeze
|
|
||||||
bind = SUPER, R, global, zshell:toggle-launcher
|
|
||||||
bind = SUPER, A, global, zshell:toggle-nc
|
|
||||||
bind = SUPER, V, global, zshell:toggle-drawing
|
|
||||||
bind = SUPER, F1, global, zshell:lock
|
|
||||||
bind = SUPER, F2, global, zshell:toggle-settings
|
|
||||||
@@ -1,29 +0,0 @@
|
|||||||
env = ZSH,/usr/share/oh-my-zsh/
|
|
||||||
env = BROWSER,firefox
|
|
||||||
env = TERM,tmux-256color
|
|
||||||
env = VISUAL,nvim
|
|
||||||
env = EDITOR,nvim
|
|
||||||
|
|
||||||
env = HYPRCURSOR_THEME,catppuccin-macchiato-light-cursors
|
|
||||||
env = HYPRCURSOR_SIZE,28
|
|
||||||
|
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,auto
|
|
||||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
||||||
env = QT_QPA_PLATFORM,wayland
|
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
|
||||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
||||||
|
|
||||||
env = XDG_SESSION_DESKTOP,Hyprland
|
|
||||||
env = XDG_SESSION_TYPE,wayland
|
|
||||||
env = CLUTTER_BACKEND,wayland
|
|
||||||
env = GDK_BACKEND,wayland
|
|
||||||
env = SDL_VIDEODRIVER,wayland
|
|
||||||
|
|
||||||
env = XDG_CONFIG_HOME,$HOME/.config
|
|
||||||
env = XDG_CACHE_HOME,$HOME/.cache
|
|
||||||
env = XDG_DATA_HOME,$HOME/.local/share
|
|
||||||
env = XDG_PICTRES_HOME,$HOME/Pictures
|
|
||||||
env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots
|
|
||||||
|
|
||||||
env = RUSTICL_ENABLE,radeonsi
|
|
||||||
env = AMD_VULKAN_ICD,RADV
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
exec-once = zshell-cli shell start
|
|
||||||
exec-once = fcitx5
|
|
||||||
exec-once = wl-paste --type text --watch cliphist store
|
|
||||||
exec-once = wl-paste --type image --watch cliphist store
|
|
||||||
exec-once = nextcloud --background
|
|
||||||
exec-once = hyprsunset -i
|
|
||||||
exec-once = nm-applet
|
|
||||||
@@ -1,77 +0,0 @@
|
|||||||
$rosewater = rgb(f4dbd6)
|
|
||||||
$rosewaterAlpha = f4dbd6
|
|
||||||
|
|
||||||
$flamingo = rgb(f0c6c6)
|
|
||||||
$flamingoAlpha = f0c6c6
|
|
||||||
|
|
||||||
$pink = rgb(f5bde6)
|
|
||||||
$pinkAlpha = f5bde6
|
|
||||||
|
|
||||||
$mauve = rgb(c6a0f6)
|
|
||||||
$mauveAlpha = c6a0f6
|
|
||||||
|
|
||||||
$red = rgb(ed8796)
|
|
||||||
$redAlpha = ed8796
|
|
||||||
|
|
||||||
$maroon = rgb(ee99a0)
|
|
||||||
$maroonAlpha = ee99a0
|
|
||||||
|
|
||||||
$peach = rgb(f5a97f)
|
|
||||||
$peachAlpha = f5a97f
|
|
||||||
|
|
||||||
$yellow = rgb(eed49f)
|
|
||||||
$yellowAlpha = eed49f
|
|
||||||
|
|
||||||
$green = rgb(a6da95)
|
|
||||||
$greenAlpha = a6da95
|
|
||||||
|
|
||||||
$teal = rgb(8bd5ca)
|
|
||||||
$tealAlpha = 8bd5ca
|
|
||||||
|
|
||||||
$sky = rgb(91d7e3)
|
|
||||||
$skyAlpha = 91d7e3
|
|
||||||
|
|
||||||
$sapphire = rgb(7dc4e4)
|
|
||||||
$sapphireAlpha = 7dc4e4
|
|
||||||
|
|
||||||
$blue = rgb(8aadf4)
|
|
||||||
$blueAlpha = 8aadf4
|
|
||||||
|
|
||||||
$lavender = rgb(b7bdf8)
|
|
||||||
$lavenderAlpha = b7bdf8
|
|
||||||
|
|
||||||
$text = rgb(cad3f5)
|
|
||||||
$textAlpha = cad3f5
|
|
||||||
|
|
||||||
$subtext1 = rgb(b8c0e0)
|
|
||||||
$subtext1Alpha = b8c0e0
|
|
||||||
|
|
||||||
$subtext0 = rgb(a5adcb)
|
|
||||||
$subtext0Alpha = a5adcb
|
|
||||||
|
|
||||||
$overlay2 = rgb(939ab7)
|
|
||||||
$overlay2Alpha = 939ab7
|
|
||||||
|
|
||||||
$overlay1 = rgb(8087a2)
|
|
||||||
$overlay1Alpha = 8087a2
|
|
||||||
|
|
||||||
$overlay0 = rgb(6e738d)
|
|
||||||
$overlay0Alpha = 6e738d
|
|
||||||
|
|
||||||
$surface2 = rgb(5b6078)
|
|
||||||
$surface2Alpha = 5b6078
|
|
||||||
|
|
||||||
$surface1 = rgb(494d64)
|
|
||||||
$surface1Alpha = 494d64
|
|
||||||
|
|
||||||
$surface0 = rgb(363a4f)
|
|
||||||
$surface0Alpha = 363a4f
|
|
||||||
|
|
||||||
$base = rgb(24273a)
|
|
||||||
$baseAlpha = 24273a
|
|
||||||
|
|
||||||
$mantle = rgb(1e2030)
|
|
||||||
$mantleAlpha = 1e2030
|
|
||||||
|
|
||||||
$crust = rgb(181926)
|
|
||||||
$crustAlpha = 181926
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
monitor = eDP-1, 2560x1600@60, 0x0, 1.25, bitdepth, 10
|
|
||||||
monitor = , highres@highrr, auto, 2
|
|
||||||
|
|
||||||
# monitor = , highres@highrr, auto, 1, mirror, eDP-1
|
|
||||||
@@ -1,87 +0,0 @@
|
|||||||
layerrule = blur_popups on, match:namespace ZShell-Bar
|
|
||||||
layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar
|
|
||||||
layerrule = blur on, match:namespace ZShell-Bar
|
|
||||||
|
|
||||||
layerrule = blur_popups on, match:namespace ZShell-Auth
|
|
||||||
layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth
|
|
||||||
layerrule = blur on, match:namespace ZShell-Auth
|
|
||||||
|
|
||||||
input {
|
|
||||||
kb_layout = us
|
|
||||||
kb_variant = intl
|
|
||||||
kb_model =
|
|
||||||
kb_options = fkeys:basic_13-24
|
|
||||||
kb_rules =
|
|
||||||
sensitivity = 0
|
|
||||||
accel_profile = flat
|
|
||||||
follow_mouse = 1
|
|
||||||
touchpad {
|
|
||||||
natural_scroll = true
|
|
||||||
scroll_factor = 0.4
|
|
||||||
disable_while_typing = true
|
|
||||||
middle_button_emulation = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
general {
|
|
||||||
gaps_in = 2
|
|
||||||
gaps_out = 4
|
|
||||||
border_size = 2
|
|
||||||
col.active_border = $mauve $teal $green $sapphire $lavender 90deg
|
|
||||||
col.inactive_border = $crust 90deg
|
|
||||||
}
|
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 1
|
|
||||||
shadow {
|
|
||||||
enabled = false
|
|
||||||
range = 15
|
|
||||||
render_power = 5
|
|
||||||
color = $base
|
|
||||||
color_inactive = $mantle
|
|
||||||
}
|
|
||||||
blur {
|
|
||||||
enabled = false
|
|
||||||
size = 2
|
|
||||||
passes = 3
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = true
|
|
||||||
contrast = 1.0
|
|
||||||
brightness = 1.0
|
|
||||||
vibrancy = 0
|
|
||||||
vibrancy_darkness = 0
|
|
||||||
xray = false
|
|
||||||
noise = 0.05
|
|
||||||
popups = true
|
|
||||||
input_methods = true
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
animations {
|
|
||||||
enabled = 1
|
|
||||||
bezier = overshot,0.13,0.99,0.29,1.1
|
|
||||||
animation = windows,1,4,overshot,slide
|
|
||||||
animation = border,1,4,default
|
|
||||||
animation = fade,1,4,default
|
|
||||||
animation = workspaces,1,4,overshot,slidevert
|
|
||||||
}
|
|
||||||
|
|
||||||
dwindle {
|
|
||||||
pseudotile = true
|
|
||||||
preserve_split = true
|
|
||||||
}
|
|
||||||
|
|
||||||
ecosystem {
|
|
||||||
no_donation_nag = true
|
|
||||||
no_update_news = true
|
|
||||||
}
|
|
||||||
|
|
||||||
misc {
|
|
||||||
disable_hyprland_logo = true
|
|
||||||
vfr = true
|
|
||||||
}
|
|
||||||
|
|
||||||
debug {
|
|
||||||
full_cm_proto = true
|
|
||||||
}
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
windowrule {
|
|
||||||
name = windowrule-1
|
|
||||||
opacity = 0.0 override
|
|
||||||
no_anim = on
|
|
||||||
no_initial_focus = on
|
|
||||||
max_size = 1 1
|
|
||||||
no_blur = on
|
|
||||||
no_focus = on
|
|
||||||
match:class = ^(xwaylandvideobridge)$
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
windowrule {
|
|
||||||
name = windowrule-2
|
|
||||||
idle_inhibit = fullscreen
|
|
||||||
match:class = .*
|
|
||||||
}
|
|
||||||
|
|
||||||
windowrule {
|
|
||||||
name = windowrule-3
|
|
||||||
idle_inhibit = always
|
|
||||||
match:content = video
|
|
||||||
}
|
|
||||||
|
|
||||||
windowrule {
|
|
||||||
name = windowrule-4
|
|
||||||
idle_inhibit = always
|
|
||||||
match:content = game
|
|
||||||
}
|
|
||||||
|
|
||||||
windowrule {
|
|
||||||
name = windowrule-5
|
|
||||||
idle_inhibit = always
|
|
||||||
match:fullscreen_state_internal = client
|
|
||||||
match:fullscreen_state_client = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
windowrule {
|
|
||||||
name = windowrule-6
|
|
||||||
idle_inhibit = always
|
|
||||||
match:fullscreen_state_internal = internal
|
|
||||||
match:fullscreen_state_client = 2
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user