changed to setup script to /etc/skel
This commit is contained in:
1
arch_check/.config/hypr/conf/animation.conf
Normal file
1
arch_check/.config/hypr/conf/animation.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/animations/default.conf
|
||||
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Classic"
|
||||
# -----------------------------------------------------
|
||||
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
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Dynamic"
|
||||
# -----------------------------------------------------
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 6, winIn, slide
|
||||
animation = windowsOut, 1, 5, winOut, slide
|
||||
animation = windowsMove, 1, 5, wind, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 5, wind
|
||||
}
|
||||
39
arch_check/.config/hypr/conf/animations/animations-end4.conf
Normal file
39
arch_check/.config/hypr/conf/animations/animations-end4.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
# name "End-4"
|
||||
# credit https://github.com/end-4/dots-hyprland
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
# Animation curves
|
||||
|
||||
bezier = linear, 0, 0, 1, 1
|
||||
bezier = md3_standard, 0.2, 0, 0, 1
|
||||
bezier = md3_decel, 0.05, 0.7, 0.1, 1
|
||||
bezier = md3_accel, 0.3, 0, 0.8, 0.15
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
|
||||
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
|
||||
bezier = menu_decel, 0.1, 1, 0, 1
|
||||
bezier = menu_accel, 0.38, 0.04, 1, 0.07
|
||||
bezier = easeInOutCirc, 0.85, 0, 0.15, 1
|
||||
bezier = easeOutCirc, 0, 0.55, 0.45, 1
|
||||
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
||||
bezier = softAcDecel, 0.26, 0.26, 0.15, 1
|
||||
bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
|
||||
# Animation configs
|
||||
animation = windows, 1, 3, md3_decel, popin 60%
|
||||
animation = windowsIn, 1, 3, md3_decel, popin 60%
|
||||
animation = windowsOut, 1, 3, md3_accel, popin 60%
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 3, md3_decel
|
||||
# animation = layers, 1, 2, md3_decel, slide
|
||||
animation = layersIn, 1, 3, menu_decel, slide
|
||||
animation = layersOut, 1, 1.6, menu_accel
|
||||
animation = fadeLayersIn, 1, 2, menu_decel
|
||||
animation = fadeLayersOut, 1, 4.5, menu_accel
|
||||
animation = workspaces, 1, 7, menu_decel, slide
|
||||
# animation = workspaces, 1, 2.5, softAcDecel, slide
|
||||
# animation = workspaces, 1, 7, menu_decel, slidefade 15%
|
||||
# animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
|
||||
animation = specialWorkspace, 1, 3, md3_decel, slidevert
|
||||
}
|
||||
23
arch_check/.config/hypr/conf/animations/animations-fast.conf
Normal file
23
arch_check/.config/hypr/conf/animations/animations-fast.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Fast"
|
||||
# -----------------------------------------------------
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = linear, 0, 0, 1, 1
|
||||
bezier = md3_standard, 0.2, 0, 0, 1
|
||||
bezier = md3_decel, 0.05, 0.7, 0.1, 1
|
||||
bezier = md3_accel, 0.3, 0, 0.8, 0.15
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
|
||||
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
|
||||
bezier = fluent_decel, 0.1, 1, 0, 1
|
||||
bezier = easeInOutCirc, 0.85, 0, 0.15, 1
|
||||
bezier = easeOutCirc, 0, 0.55, 0.45, 1
|
||||
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
||||
animation = windows, 1, 3, md3_decel, popin 60%
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 2.5, md3_decel
|
||||
animation = workspaces, 1, 3.5, easeOutExpo, slide
|
||||
animation = specialWorkspace, 1, 3, md3_decel, slidevert
|
||||
}
|
||||
19
arch_check/.config/hypr/conf/animations/animations-high.conf
Normal file
19
arch_check/.config/hypr/conf/animations/animations-high.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name: "High"
|
||||
# -----------------------------------------------------
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 6, winIn, slide
|
||||
animation = windowsOut, 1, 5, winOut, slide
|
||||
animation = windowsMove, 1, 5, wind, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 5, wind
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Moving"
|
||||
# -----------------------------------------------------
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = smoothOut, 0.5, 0, 0.99, 0.99
|
||||
bezier = smoothIn, 0.5, -0.5, 0.68, 1.5
|
||||
animation = windows, 1, 5, overshot, slide
|
||||
animation = windowsOut, 1, 3, smoothOut
|
||||
animation = windowsIn, 1, 3, smoothOut
|
||||
animation = windowsMove, 1, 4, smoothIn, slide
|
||||
animation = border, 1, 5, default
|
||||
animation = fade, 1, 5, smoothIn
|
||||
animation = fadeDim, 1, 5, smoothIn
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Smooth"
|
||||
# -----------------------------------------------------
|
||||
animations {
|
||||
enabled = true
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
||||
bezier = easeOutBack, 0.34, 1.56, 0.64, 1
|
||||
bezier = easeInBack, 0.36, 0, 0.66, -0.56
|
||||
bezier = easeInOutBack, 0.68, -0.6, 0.32, 1.6
|
||||
animation = windows, 1, 3, overshot, slide
|
||||
animation = windowsOut, 1, 2011, easeOutExpo
|
||||
animation = windowsIn, 1, 7, easeOutBack
|
||||
animation = windowsMove, 1, 6, easeInOutBack, slide
|
||||
animation = border, 1, 5, default
|
||||
animation = fade, 1, 5, easeOutBack
|
||||
animation = fadeDim, 1, 5, easeOutBack
|
||||
animation = workspaces, 1, 10, easeOutExpo
|
||||
}
|
||||
39
arch_check/.config/hypr/conf/animations/default.conf
Normal file
39
arch_check/.config/hypr/conf/animations/default.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
# name "End-4"
|
||||
# credit https://github.com/end-4/dots-hyprland
|
||||
|
||||
animations {
|
||||
enabled = true
|
||||
# Animation curves
|
||||
|
||||
bezier = linear, 0, 0, 1, 1
|
||||
bezier = md3_standard, 0.2, 0, 0, 1
|
||||
bezier = md3_decel, 0.05, 0.7, 0.1, 1
|
||||
bezier = md3_accel, 0.3, 0, 0.8, 0.15
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
|
||||
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
|
||||
bezier = menu_decel, 0.1, 1, 0, 1
|
||||
bezier = menu_accel, 0.38, 0.04, 1, 0.07
|
||||
bezier = easeInOutCirc, 0.85, 0, 0.15, 1
|
||||
bezier = easeOutCirc, 0, 0.55, 0.45, 1
|
||||
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
||||
bezier = softAcDecel, 0.26, 0.26, 0.15, 1
|
||||
bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
|
||||
# Animation configs
|
||||
animation = windows, 1, 3, md3_decel, popin 60%
|
||||
animation = windowsIn, 1, 3, md3_decel, popin 60%
|
||||
animation = windowsOut, 1, 3, md3_accel, popin 60%
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 3, md3_decel
|
||||
# animation = layers, 1, 2, md3_decel, slide
|
||||
animation = layersIn, 1, 3, menu_decel, slide
|
||||
animation = layersOut, 1, 1.6, menu_accel
|
||||
animation = fadeLayersIn, 1, 2, menu_decel
|
||||
animation = fadeLayersOut, 1, 4.5, menu_accel
|
||||
animation = workspaces, 1, 7, menu_decel, slide
|
||||
# animation = workspaces, 1, 2.5, softAcDecel, slide
|
||||
# animation = workspaces, 1, 7, menu_decel, slidefade 15%
|
||||
# animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
|
||||
animation = specialWorkspace, 1, 3, md3_decel, slidevert
|
||||
}
|
||||
7
arch_check/.config/hypr/conf/animations/disabled.conf
Normal file
7
arch_check/.config/hypr/conf/animations/disabled.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Default"
|
||||
# -----------------------------------------------------
|
||||
animations {
|
||||
enabled = false
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/animations/standard.conf
Normal file
14
arch_check/.config/hypr/conf/animations/standard.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# Animations
|
||||
# name "Default"
|
||||
# -----------------------------------------------------
|
||||
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
|
||||
}
|
||||
35
arch_check/.config/hypr/conf/autostart.conf
Normal file
35
arch_check/.config/hypr/conf/autostart.conf
Normal file
@@ -0,0 +1,35 @@
|
||||
# ___ __ __ __
|
||||
# / _ |__ __/ /____ ___ / /____ _____/ /_
|
||||
# / __ / // / __/ _ \(_-</ __/ _ `/ __/ __/
|
||||
# /_/ |_\_,_/\__/\___/___/\__/\_,_/_/ \__/
|
||||
#
|
||||
|
||||
# Start Listeners
|
||||
exec-once=~/.config/ml4w/listeners.sh --startall
|
||||
|
||||
# Start Polkit
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Load Wallpaper
|
||||
exec-once = ~/.config/hypr/scripts/wallpaper-restore.sh
|
||||
|
||||
# Load Notification Daemon
|
||||
exec-once = swaync
|
||||
|
||||
# Load GTK settings
|
||||
exec-once = ~/.config/hypr/scripts/gtk.sh
|
||||
|
||||
# Using hypridle to start hyprlock
|
||||
exec-once = hypridle
|
||||
|
||||
# Load cliphist history
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# Autostart ML4W App
|
||||
exec-once = ~/.config/ml4w/scripts/ml4w-autostart.sh
|
||||
|
||||
# Start autostart cleanup
|
||||
exec-once = ~/.config/hypr/scripts/cleanup.sh
|
||||
|
||||
# Load configuration from ML4W Hyprland Settings App
|
||||
exec = ~/.config/com.ml4w.hyprlandsettings/hyprctl.sh
|
||||
1
arch_check/.config/hypr/conf/cursor.conf
Normal file
1
arch_check/.config/hypr/conf/cursor.conf
Normal file
@@ -0,0 +1 @@
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
|
||||
27
arch_check/.config/hypr/conf/custom.conf
Normal file
27
arch_check/.config/hypr/conf/custom.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# Add your additional Hyprland configurations here
|
||||
#
|
||||
# This is an additional key binding
|
||||
# bind = $mainMod CTRL, up, workspace, empty
|
||||
#
|
||||
# Example for xwayland
|
||||
# xwayland {
|
||||
# force_zero_scaling = true
|
||||
# }
|
||||
|
||||
# qt5ct environment variable
|
||||
# env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
|
||||
# SDL version
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
# env = SDL_VIDEODRIVER,x11
|
||||
|
||||
# No Hardware Cursor
|
||||
# cursor {
|
||||
# no_hardware_cursors = false
|
||||
# }
|
||||
|
||||
# Blur for waybar
|
||||
#layerrule = blur, waybar
|
||||
|
||||
# Uncomment in case you have issues with screensharing
|
||||
# exec-once = ~/.config/hypr/scripts/xdg.sh
|
||||
1
arch_check/.config/hypr/conf/decoration.conf
Normal file
1
arch_check/.config/hypr/conf/decoration.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/decorations/default.conf
|
||||
29
arch_check/.config/hypr/conf/decorations/blur.conf
Normal file
29
arch_check/.config/hypr/conf/decorations/blur.conf
Normal file
@@ -0,0 +1,29 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Rounding All Blur No Shadows"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 4
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 32
|
||||
render_power = 2
|
||||
color = rgba(00000050)
|
||||
}
|
||||
}
|
||||
|
||||
layerrule = blur, waybar
|
||||
27
arch_check/.config/hypr/conf/decorations/default.conf
Normal file
27
arch_check/.config/hypr/conf/decorations/default.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Rounding All Blur No Shadows"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 4
|
||||
passes = 4
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 32
|
||||
render_power = 2
|
||||
color = rgba(00000050)
|
||||
}
|
||||
}
|
||||
19
arch_check/.config/hypr/conf/decorations/gamemode.conf
Normal file
19
arch_check/.config/hypr/conf/decorations/gamemode.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Rounding All Blur No Shadows"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
22
arch_check/.config/hypr/conf/decorations/no-blur.conf
Normal file
22
arch_check/.config/hypr/conf/decorations/no-blur.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 30
|
||||
render_power = 3
|
||||
color = 0x66000000
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "No Rounding More Blur"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.6
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 12
|
||||
passes = 6
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 30
|
||||
render_power = 3
|
||||
color = 0x66000000
|
||||
}
|
||||
}
|
||||
27
arch_check/.config/hypr/conf/decorations/no-rounding.conf
Normal file
27
arch_check/.config/hypr/conf/decorations/no-rounding.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "No Rounding"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 4
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 30
|
||||
render_power = 3
|
||||
color = 0x66000000
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Rounding All Blur No Shadows"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.6
|
||||
fullscreen_opacity = 0.9
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 4
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = false
|
||||
range = 30
|
||||
render_power = 3
|
||||
color = 0x66000000
|
||||
}
|
||||
}
|
||||
|
||||
layerrule = blur, waybar
|
||||
@@ -0,0 +1,29 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Rounding All Blur"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 0.9
|
||||
inactive_opacity = 0.6
|
||||
fullscreen_opacity = 0.9
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 4
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 30
|
||||
render_power = 3
|
||||
color = 0x66000000
|
||||
}
|
||||
}
|
||||
|
||||
layerrule = blur, waybar
|
||||
@@ -0,0 +1,27 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Rounding More Blur"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.6
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 12
|
||||
passes = 6
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 30
|
||||
render_power = 3
|
||||
color = 0x66000000
|
||||
}
|
||||
}
|
||||
27
arch_check/.config/hypr/conf/decorations/rounding.conf
Normal file
27
arch_check/.config/hypr/conf/decorations/rounding.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
# -----------------------------------------------------
|
||||
# General window decoration
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.8
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 4
|
||||
new_optimizations = on
|
||||
ignore_opacity = true
|
||||
xray = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 30
|
||||
render_power = 3
|
||||
color = 0x66000000
|
||||
}
|
||||
}
|
||||
1
arch_check/.config/hypr/conf/environment.conf
Normal file
1
arch_check/.config/hypr/conf/environment.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/environments/default.conf
|
||||
6
arch_check/.config/hypr/conf/environments/default.conf
Normal file
6
arch_check/.config/hypr/conf/environments/default.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
# Default Settings in ml4w.conf
|
||||
10
arch_check/.config/hypr/conf/environments/kvm.conf
Normal file
10
arch_check/.config/hypr/conf/environments/kvm.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# name: "KVM"
|
||||
# -----------------------------------------------------
|
||||
|
||||
# Default Settings in ml4w.conf
|
||||
|
||||
# KVM Environment
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
||||
# env = LIBGL_ALWAYS_SOFTWARE,1
|
||||
29
arch_check/.config/hypr/conf/environments/nvidia.conf
Normal file
29
arch_check/.config/hypr/conf/environments/nvidia.conf
Normal file
@@ -0,0 +1,29 @@
|
||||
# -----------------------------------------------------
|
||||
# Environment Variables
|
||||
# name: "Nvidia"
|
||||
# -----------------------------------------------------
|
||||
|
||||
# Default Settings in ml4w.conf
|
||||
|
||||
# NVIDIA https://wiki.hyprland.org/Nvidia/
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
# env = WLR_DRM_NO_ATOMIC,1
|
||||
# env = __GL_VRR_ALLOWED,1
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = __NV_PRIME_RENDER_OFFLOAD,1
|
||||
env = __VK_LAYER_NV_optimus,NVIDIA_only
|
||||
|
||||
# FOR VM and POSSIBLY NVIDIA
|
||||
env = WLR_NO_HARDWARE_CURSORS,1 # On hyprland >v0.41, now configured on variable cursor section
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
|
||||
# nvidia firefox (for hardware acceleration on FF)?
|
||||
# check this post https://github.com/elFarto/nvidia-vaapi-driver#configuration
|
||||
env = MOZ_DISABLE_RDD_SANDBOX,1
|
||||
env = EGL_PLATFORM,wayland
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
1
arch_check/.config/hypr/conf/keybinding.conf
Normal file
1
arch_check/.config/hypr/conf/keybinding.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/keybindings/default.conf
|
||||
138
arch_check/.config/hypr/conf/keybindings/default.conf
Normal file
138
arch_check/.config/hypr/conf/keybindings/default.conf
Normal file
@@ -0,0 +1,138 @@
|
||||
# -----------------------------------------------------
|
||||
# Key bindings
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
# SUPER KEY
|
||||
$mainMod = SUPER
|
||||
$HYPRSCRIPTS = ~/.config/hypr/scripts
|
||||
$SCRIPTS = ~/.config/ml4w/scripts
|
||||
|
||||
# Applications
|
||||
bind = $mainMod, RETURN, exec, ~/.config/ml4w/settings/terminal.sh # Open the terminal
|
||||
bind = $mainMod, B, exec, ~/.config/ml4w/settings/browser.sh # Open the browser
|
||||
bind = $mainMod, E, exec, ~/.config/ml4w/settings/filemanager.sh # Open the filemanager
|
||||
bind = $mainMod CTRL, E, exec, ~/.config/ml4w/settings/emojipicker.sh # Open the emoji picker
|
||||
bind = $mainMod CTRL, C, exec, ~/.config/ml4w/settings/calculator.sh # Open the calculator
|
||||
|
||||
# Display
|
||||
bind = $mainMod SHIFT, mouse_down, exec, hyprctl keyword cursor:zoom_factor $(awk "BEGIN {print $(hyprctl getoption cursor:zoom_factor | grep 'float:' | awk '{print $2}') + 0.5}") # Increase display zoom
|
||||
bind = $mainMod SHIFT, mouse_up, exec, hyprctl keyword cursor:zoom_factor $(awk "BEGIN {print $(hyprctl getoption cursor:zoom_factor | grep 'float:' | awk '{print $2}') - 0.5}") # Decrease display zoom
|
||||
bind = $mainMod SHIFT, Z, exec, hyprctl keyword cursor:zoom_factor 1 # Reset display zoom
|
||||
|
||||
# Windows
|
||||
bind = $mainMod, Q, killactive # Kill active window
|
||||
bind = $mainMod SHIFT, Q, exec, hyprctl activewindow | grep pid | tr -d 'pid:' | xargs kill # Quit active window and all open instances
|
||||
bind = $mainMod, F, fullscreen, 0 # Set active window to fullscreen
|
||||
bind = $mainMod, M, fullscreen, 1 # Maximize Window
|
||||
bind = $mainMod, T, togglefloating # Toggle active windows into floating mode
|
||||
bind = $mainMod SHIFT, T, workspaceopt, allfloat # Toggle all windows into floating mode
|
||||
bind = $mainMod, J, togglesplit # Toggle split
|
||||
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
|
||||
bindm = $mainMod, mouse:272, movewindow # Move window with the mouse
|
||||
bindm = $mainMod, mouse:273, resizewindow # Resize window with the mouse
|
||||
bind = $mainMod SHIFT, right, resizeactive, 100 0 # Increase window width with keyboard
|
||||
bind = $mainMod SHIFT, left, resizeactive, -100 0 # Reduce window width with keyboard
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 100 # Increase window height with keyboard
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -100 # Reduce window height with keyboard
|
||||
bind = $mainMod, G, togglegroup # Toggle window group
|
||||
bind = $mainMod, K, swapsplit # Swapsplit
|
||||
bind = $mainMod ALT, left, swapwindow, l # Swap tiled window left
|
||||
bind = $mainMod ALT, right, swapwindow, r # Swap tiled window right
|
||||
bind = $mainMod ALT, up, swapwindow, u # Swap tiled window up
|
||||
bind = $mainMod ALT, down, swapwindow, d # Swap tiled window down
|
||||
binde = ALT,Tab,cyclenext # Cycle between windows
|
||||
binde = ALT,Tab,bringactivetotop # Bring active window to the top
|
||||
|
||||
# Actions
|
||||
bind = $mainMod CTRL, R, exec, hyprctl reload # Reload Hyprland configuration
|
||||
bind = $mainMod SHIFT, A, exec, $HYPRSCRIPTS/toggle-animations.sh # Toggle animations
|
||||
bind = $mainMod, PRINT, exec, $HYPRSCRIPTS/screenshot.sh # Take a screenshot
|
||||
bind = $mainMod ALT, F, exec, $HYPRSCRIPTS/screenshot.sh --instant # Take an instant full-screen screenshot
|
||||
bind = $mainMod ALT, S, exec, $HYPRSCRIPTS/screenshot.sh --instant-area # Take an instant area screenshot
|
||||
bind = $mainMod CTRL, Q, exec, ~/.config/ml4w/scripts/wlogout.sh # Start wlogout
|
||||
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/waypaper.sh --random # Change the wallpaper
|
||||
bind = $mainMod CTRL, W, exec, ~/.config/hypr/scripts/waypaper.sh # Open wallpaper selector
|
||||
bind = $mainMod ALT, W, exec, $HYPRSCRIPTS/wallpaper-automation.sh # Start random wallpaper script
|
||||
bind = $mainMod CTRL, RETURN, exec, ~/.config/hypr/scripts/launcher.sh # Open application launcher
|
||||
bind = $mainMod CTRL, K, exec, $HYPRSCRIPTS/keybindings.sh # Show keybindings
|
||||
bind = $mainMod SHIFT, B, exec, ~/.config/waybar/launch.sh # Reload waybar
|
||||
bind = $mainMod CTRL, B, exec, ~/.config/waybar/toggle.sh # Toggle waybar
|
||||
bind = $mainMod SHIFT, R, exec, $HYPRSCRIPTS/loadconfig.sh # Reload hyprland config
|
||||
bind = $mainMod, V, exec, $SCRIPTS/cliphist.sh # Open clipboard manager
|
||||
bind = $mainMod CTRL, T, exec, ~/.config/waybar/themeswitcher.sh # Open waybar theme switcher
|
||||
bind = $mainMod CTRL, S, exec, flatpak run com.ml4w.settings # Open ML4W Dotfiles Settings app
|
||||
bind = $mainMod ALT, G, exec, $HYPRSCRIPTS/gamemode.sh # Toggle game mode
|
||||
bind = $mainMod CTRL, L, exec, ~/.config/hypr/scripts/power.sh lock # Launch Hyprshade
|
||||
bind = $mainMod SHIFT, H, exec, $HYPRSCRIPTS/hyprshade.sh # Start wlogout
|
||||
bind = CTRL, Tab, exec, ~/.config/ml4w/scripts/focus.sh # Open Select Window Menu
|
||||
bind = CTRL ALT, T, exec, ~/.config/ml4w/themes/themes.sh # Open Select Window Menu
|
||||
|
||||
# Sidepad
|
||||
bind = $mainMod CTRL, right, exec, ~/.config/ml4w/scripts/sidepad.sh # Open Sidepad
|
||||
bind = $mainMod CTRL, left, exec, ~/.config/ml4w/scripts/sidepad.sh --hide # Close Sidepad
|
||||
bind = $mainMod, S, exec, ~/.config/ml4w/scripts/sidepad.sh --init # Init Sidepad
|
||||
bind = $mainMod SHIFT, S, exec, ~/.config/ml4w/scripts/sidepad.sh --select # Select Sidepad
|
||||
|
||||
# Workspaces
|
||||
bind = $mainMod, 1, workspace, 1 # Open workspace 1
|
||||
bind = $mainMod, 2, workspace, 2 # Open workspace 2
|
||||
bind = $mainMod, 3, workspace, 3 # Open workspace 3
|
||||
bind = $mainMod, 4, workspace, 4 # Open workspace 4
|
||||
bind = $mainMod, 5, workspace, 5 # Open workspace 5
|
||||
bind = $mainMod, 6, workspace, 6 # Open workspace 6
|
||||
bind = $mainMod, 7, workspace, 7 # Open workspace 7
|
||||
bind = $mainMod, 8, workspace, 8 # Open workspace 8
|
||||
bind = $mainMod, 9, workspace, 9 # Open workspace 9
|
||||
bind = $mainMod, 0, workspace, 10 # Open workspace 10
|
||||
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1 # Move active window to workspace 1
|
||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2 # Move active window to workspace 2
|
||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3 # Move active window to workspace 3
|
||||
bind = $mainMod SHIFT, 4, movetoworkspace, 4 # Move active window to workspace 4
|
||||
bind = $mainMod SHIFT, 5, movetoworkspace, 5 # Move active window to workspace 5
|
||||
bind = $mainMod SHIFT, 6, movetoworkspace, 6 # Move active window to workspace 6
|
||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7 # Move active window to workspace 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8 # Move active window to workspace 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9 # Move active window to workspace 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Move active window to workspace 10
|
||||
|
||||
bind = $mainMod, Tab, workspace, m+1 # Open next workspace
|
||||
bind = $mainMod SHIFT, Tab, workspace, m-1 # Open previous workspace
|
||||
|
||||
bind = $mainMod CTRL, 1, exec, $HYPRSCRIPTS/moveTo.sh 1 # Move all windows to workspace 1
|
||||
bind = $mainMod CTRL, 2, exec, $HYPRSCRIPTS/moveTo.sh 2 # Move all windows to workspace 2
|
||||
bind = $mainMod CTRL, 3, exec, $HYPRSCRIPTS/moveTo.sh 3 # Move all windows to workspace 3
|
||||
bind = $mainMod CTRL, 4, exec, $HYPRSCRIPTS/moveTo.sh 4 # Move all windows to workspace 4
|
||||
bind = $mainMod CTRL, 5, exec, $HYPRSCRIPTS/moveTo.sh 5 # Move all windows to workspace 5
|
||||
bind = $mainMod CTRL, 6, exec, $HYPRSCRIPTS/moveTo.sh 6 # Move all windows to workspace 6
|
||||
bind = $mainMod CTRL, 7, exec, $HYPRSCRIPTS/moveTo.sh 7 # Move all windows to workspace 7
|
||||
bind = $mainMod CTRL, 8, exec, $HYPRSCRIPTS/moveTo.sh 8 # Move all windows to workspace 8
|
||||
bind = $mainMod CTRL, 9, exec, $HYPRSCRIPTS/moveTo.sh 9 # Move all windows to workspace 9
|
||||
bind = $mainMod CTRL, 0, exec, $HYPRSCRIPTS/moveTo.sh 10 # Move all windows to workspace 10
|
||||
|
||||
bind = $mainMod, mouse_down, workspace, e+1 # Open next workspace
|
||||
bind = $mainMod, mouse_up, workspace, e-1 # Open previous workspace
|
||||
bind = $mainMod CTRL, down, workspace, empty # Open the next empty workspace
|
||||
|
||||
# Fn keys
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl -q s +10% # Increase brightness by 10%
|
||||
bind = , XF86MonBrightnessDown, exec, brightnessctl -q s 10%- # Reduce brightness by 10%
|
||||
bindle=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ # Increase volume by 5% (max 100% limit also added hold to raise volume)
|
||||
bindle=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- # Reduce volume by 5% (min 0% limit also added hold to lower volume)
|
||||
bind = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle # Toggle mute
|
||||
bind = , XF86AudioPlay, exec, playerctl play-pause # Audio play pause
|
||||
bind = , XF86AudioPause, exec, playerctl pause # Audio pause
|
||||
bind = , XF86AudioNext, exec, playerctl next # Audio next
|
||||
bind = , XF86AudioPrev, exec, playerctl previous # Audio previous
|
||||
bind = , XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle # Toggle microphone
|
||||
bind = , XF86Calculator, exec, ~/.config/ml4w/settings/calculator.sh # Open calculator
|
||||
bind = , XF86Lock, exec, hyprlock # Open screenlock
|
||||
bind = , XF86Tools, exec, flatpak run com.ml4w.settings # Open ML4W Dotfiles Settings app
|
||||
|
||||
bind = , code:238, exec, brightnessctl -d smc::kbd_backlight s +10
|
||||
bind = , code:237, exec, brightnessctl -d smc::kbd_backlight s 10-
|
||||
|
||||
135
arch_check/.config/hypr/conf/keybindings/fr.conf
Normal file
135
arch_check/.config/hypr/conf/keybindings/fr.conf
Normal file
@@ -0,0 +1,135 @@
|
||||
# -----------------------------------------------------
|
||||
# Key bindings
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
# SUPER KEY
|
||||
$mainMod = SUPER
|
||||
$HYPRSCRIPTS = ~/.config/hypr/scripts
|
||||
$SCRIPTS = ~/.config/ml4w/scripts
|
||||
|
||||
# Applications
|
||||
bind = $mainMod, RETURN, exec, ~/.config/ml4w/settings/terminal.sh # Open the terminal
|
||||
bind = $mainMod, B, exec, ~/.config/ml4w/settings/browser.sh # Open the browser
|
||||
bind = $mainMod, E, exec, ~/.config/ml4w/settings/filemanager.sh # Open the filemanager
|
||||
bind = $mainMod CTRL, E, exec, ~/.config/ml4w/settings/emojipicker.sh # Open the emoji picker
|
||||
bind = $mainMod CTRL, C, exec, ~/.config/ml4w/settings/calculator.sh # Open the calculator
|
||||
|
||||
# Display
|
||||
bind = $mainMod SHIFT, mouse_down, exec, hyprctl keyword cursor:zoom_factor $(awk "BEGIN {print $(hyprctl getoption cursor:zoom_factor | grep 'float:' | awk '{print $2}') + 0.5}") # Increase display zoom
|
||||
bind = $mainMod SHIFT, mouse_up, exec, hyprctl keyword cursor:zoom_factor $(awk "BEGIN {print $(hyprctl getoption cursor:zoom_factor | grep 'float:' | awk '{print $2}') - 0.5}") # Decrease display zoom
|
||||
bind = $mainMod SHIFT, Z, exec, hyprctl keyword cursor:zoom_factor 1 # Reset display zoom
|
||||
|
||||
# Windows
|
||||
bind = $mainMod, Q, killactive # Kill active window
|
||||
bind = $mainMod SHIFT, Q, exec, hyprctl activewindow | grep pid | tr -d 'pid:' | xargs kill # Quit active window and all open instances
|
||||
bind = $mainMod, F, fullscreen, 0 # Set active window to fullscreen
|
||||
bind = $mainMod, M, fullscreen, 1 # Maximize Window
|
||||
bind = $mainMod, T, togglefloating # Toggle active windows into floating mode
|
||||
bind = $mainMod SHIFT, T, workspaceopt, allfloat # Toggle all windows into floating mode
|
||||
bind = $mainMod, J, togglesplit # Toggle split
|
||||
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
|
||||
bindm = $mainMod, mouse:272, movewindow # Move window with the mouse
|
||||
bindm = $mainMod, mouse:273, resizewindow # Resize window with the mouse
|
||||
bind = $mainMod SHIFT, right, resizeactive, 100 0 # Increase window width with keyboard
|
||||
bind = $mainMod SHIFT, left, resizeactive, -100 0 # Reduce window width with keyboard
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 100 # Increase window height with keyboard
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -100 # Reduce window height with keyboard
|
||||
bind = $mainMod, G, togglegroup # Toggle window group
|
||||
bind = $mainMod, K, swapsplit # Swapsplit
|
||||
bind = $mainMod ALT, left, swapwindow, l # Swap tiled window left
|
||||
bind = $mainMod ALT, right, swapwindow, r # Swap tiled window right
|
||||
bind = $mainMod ALT, up, swapwindow, u # Swap tiled window up
|
||||
bind = $mainMod ALT, down, swapwindow, d # Swap tiled window down
|
||||
binde = ALT,Tab,cyclenext # Cycle between windows
|
||||
binde = ALT,Tab,bringactivetotop # Bring active window to the top
|
||||
|
||||
# Actions
|
||||
bind = $mainMod CTRL, R, exec, hyprctl reload # Reload Hyprland configuration
|
||||
bind = $mainMod SHIFT, A, exec, $HYPRSCRIPTS/toggle-animations.sh # Toggle animations
|
||||
bind = $mainMod, PRINT, exec, $HYPRSCRIPTS/screenshot.sh # Take a screenshot
|
||||
bind = $mainMod SHIFT, S, exec, $HYPRSCRIPTS/screenshot.sh # Take a screenshot
|
||||
bind = $mainMod CTRL, Q, exec, ~/.config/ml4w/scripts/wlogout.sh # Start wlogout
|
||||
bind = $mainMod SHIFT, W, exec, waypaper --random # Change the wallpaper
|
||||
bind = $mainMod CTRL, W, exec, waypaper # Open wallpaper selector
|
||||
bind = $mainMod ALT, W, exec, $HYPRSCRIPTS/wallpaper-automation.sh # Start random wallpaper script
|
||||
bind = $mainMod CTRL, RETURN, exec, ~/.config/hypr/scripts/launcher.sh # Open application launcher
|
||||
bind = $mainMod CTRL, K, exec, $HYPRSCRIPTS/keybindings.sh # Show keybindings
|
||||
bind = $mainMod SHIFT, B, exec, ~/.config/waybar/launch.sh # Reload waybar
|
||||
bind = $mainMod CTRL, B, exec, ~/.config/waybar/toggle.sh # Toggle waybar
|
||||
bind = $mainMod SHIFT, R, exec, $HYPRSCRIPTS/loadconfig.sh # Reload hyprland config
|
||||
bind = $mainMod, V, exec, $SCRIPTS/cliphist.sh # Open clipboard manager
|
||||
bind = $mainMod CTRL, T, exec, ~/.config/waybar/themeswitcher.sh # Open waybar theme switcher
|
||||
bind = $mainMod CTRL, S, exec, flatpak run com.ml4w.settings # Open ML4W Dotfiles Settings app
|
||||
bind = $mainMod ALT, G, exec, $HYPRSCRIPTS/gamemode.sh # Toggle game mode
|
||||
bind = $mainMod CTRL, L, exec, ~/.config/hypr/scripts/power.sh lock # Start wlogout
|
||||
bind = $mainMod SHIFT, H, exec, $HYPRSCRIPTS/hyprshade.sh # Launch Hyprshade
|
||||
bind = CTRL, Tab, exec, ~/.config/ml4w/scripts/focus.sh # Open Select Window Menu
|
||||
|
||||
# Sidepad
|
||||
bind = $mainMod CTRL, right, exec, ~/.config/ml4w/scripts/sidepad.sh # Open Sidepad
|
||||
bind = $mainMod CTRL, left, exec, ~/.config/ml4w/scripts/sidepad.sh --hide # Close Sidepad
|
||||
bind = $mainMod, S, exec, ~/.config/ml4w/scripts/sidepad.sh --init # Init Sidepad
|
||||
bind = $mainMod SHIFT, S, exec, ~/.config/ml4w/scripts/sidepad.sh --select # Select Sidepad
|
||||
|
||||
# Workspaces
|
||||
bind = $mainMod, ampersand, workspace, 1 # Open workspace 1
|
||||
bind = $mainMod, eacute, workspace, 2 # Open workspace 2
|
||||
bind = $mainMod, quotedbl, workspace, 3 # Open workspace 3
|
||||
bind = $mainMod, apostrophe, workspace, 4 # Open workspace 4
|
||||
bind = $mainMod, parenleft, workspace, 5 # Open workspace 5
|
||||
bind = $mainMod, minus, workspace, 6 # Open workspace 6
|
||||
bind = $mainMod, egrave, workspace, 7 # Open workspace 7
|
||||
bind = $mainMod, underscore, workspace, 8 # Open workspace 8
|
||||
bind = $mainMod, ccedilla, workspace, 9 # Open workspace 9
|
||||
bind = $mainMod, agrave, workspace, 10 # Open workspace 10
|
||||
|
||||
bind = $mainMod SHIFT, ampersand, movetoworkspace, 1 # Move active window to workspace 1
|
||||
bind = $mainMod SHIFT, eacute, movetoworkspace, 2 # Move active window to workspace 2
|
||||
bind = $mainMod SHIFT, quotedbl, movetoworkspace, 3 # Move active window to workspace 3
|
||||
bind = $mainMod SHIFT, apostrophe, movetoworkspace, 4 # Move active window to workspace 4
|
||||
bind = $mainMod SHIFT, parenleft, movetoworkspace, 5 # Move active window to workspace 5
|
||||
bind = $mainMod SHIFT, minus, movetoworkspace, 6 # Move active window to workspace 6
|
||||
bind = $mainMod SHIFT, egrave, movetoworkspace, 7 # Move active window to workspace 7
|
||||
bind = $mainMod SHIFT, underscore, movetoworkspace, 8 # Move active window to workspace 8
|
||||
bind = $mainMod SHIFT, ccedilla, movetoworkspace, 9 # Move active window to workspace 9
|
||||
bind = $mainMod SHIFT, agrave, movetoworkspace, 10 # Move active window to workspace 10
|
||||
|
||||
bind = $mainMod, Tab, workspace, m+1 # Open next workspace
|
||||
bind = $mainMod SHIFT, Tab, workspace, m-1 # Open previous workspace
|
||||
|
||||
bind = $mainMod CTRL, ampersand, exec, $HYPRSCRIPTS/moveTo.sh 1 # Move all windows to workspace 1
|
||||
bind = $mainMod CTRL, eacute, exec, $HYPRSCRIPTS/moveTo.sh 2 # Move all windows to workspace 2
|
||||
bind = $mainMod CTRL, quotedbl, exec, $HYPRSCRIPTS/moveTo.sh 3 # Move all windows to workspace 3
|
||||
bind = $mainMod CTRL, apostrophe, exec, $HYPRSCRIPTS/moveTo.sh 4 # Move all windows to workspace 4
|
||||
bind = $mainMod CTRL, parenleft, exec, $HYPRSCRIPTS/moveTo.sh 5 # Move all windows to workspace 5
|
||||
bind = $mainMod CTRL, minus, exec, $HYPRSCRIPTS/moveTo.sh 6 # Move all windows to workspace 6
|
||||
bind = $mainMod CTRL, egrave, exec, $HYPRSCRIPTS/moveTo.sh 7 # Move all windows to workspace 7
|
||||
bind = $mainMod CTRL, underscore, exec, $HYPRSCRIPTS/moveTo.sh 8 # Move all windows to workspace 8
|
||||
bind = $mainMod CTRL, ccedilla, exec, $HYPRSCRIPTS/moveTo.sh 9 # Move all windows to workspace 9
|
||||
bind = $mainMod CTRL, agrave, exec, $HYPRSCRIPTS/moveTo.sh 10 # Move all windows to workspace 10
|
||||
|
||||
bind = $mainMod, mouse_down, workspace, e+1 # Open next workspace
|
||||
bind = $mainMod, mouse_up, workspace, e-1 # Open previous workspace
|
||||
bind = $mainMod CTRL, down, workspace, empty # Open the next empty workspace
|
||||
|
||||
# Fn keys
|
||||
bind = , XF86MonBrightnessUp, exec, brightnessctl -q s +10% # Increase brightness by 10%
|
||||
bind = , XF86MonBrightnessDown, exec, brightnessctl -q s 10%- # Reduce brightness by 10%
|
||||
bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5% # Increase volume by 5%
|
||||
bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5% # Reduce volume by 5%
|
||||
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle # Toggle mute
|
||||
bind = , XF86AudioPlay, exec, playerctl play-pause # Audio play pause
|
||||
bind = , XF86AudioPause, exec, playerctl pause # Audio pause
|
||||
bind = , XF86AudioNext, exec, playerctl next # Audio next
|
||||
bind = , XF86AudioPrev, exec, playerctl previous # Audio previous
|
||||
bind = , XF86AudioMicMute, exec, pactl set-source-mute @DEFAULT_SOURCE@ toggle # Toggle microphone
|
||||
bind = , XF86Calculator, exec, ~/.config/ml4w/settings/calculator.sh # Open calculator
|
||||
bind = , XF86Lock, exec, hyprlock # Open screenlock
|
||||
bind = , XF86Tools, exec, alacritty --class dotfiles-floating -e ~/.config/ml4w/apps/ML4W_Dotfiles_Settings-x86_64.AppImage # Open ML4W Dotfiles Settings app
|
||||
|
||||
bind = , code:238, exec, brightnessctl -d smc::kbd_backlight s +10
|
||||
bind = , code:237, exec, brightnessctl -d smc::kbd_backlight s 10-
|
||||
20
arch_check/.config/hypr/conf/keyboard.conf
Normal file
20
arch_check/.config/hypr/conf/keyboard.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
# -----------------------------------------------------
|
||||
# Keyboard Layout
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
# -----------------------------------------------------
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
numlock_by_default = true
|
||||
follow_mouse = 1
|
||||
mouse_refocus=false
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
scroll_factor = 1.0 # Touchpad scroll factor
|
||||
disable_while_typing = false
|
||||
}
|
||||
sensitivity = 0 # Pointer speed: -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
1
arch_check/.config/hypr/conf/layout.conf
Normal file
1
arch_check/.config/hypr/conf/layout.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/layouts/default.conf
|
||||
19
arch_check/.config/hypr/conf/layouts/default.conf
Normal file
19
arch_check/.config/hypr/conf/layouts/default.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
# -----------------------------------------------------
|
||||
# Layouts
|
||||
# -----------------------------------------------------
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
# Commented out due to compatibility reasons
|
||||
# new_status = master
|
||||
}
|
||||
|
||||
binds {
|
||||
workspace_back_and_forth = false
|
||||
allow_workspace_cycles = true
|
||||
pass_mouse_when_bound = false
|
||||
}
|
||||
21
arch_check/.config/hypr/conf/layouts/laptop.conf
Normal file
21
arch_check/.config/hypr/conf/layouts/laptop.conf
Normal file
@@ -0,0 +1,21 @@
|
||||
# -----------------------------------------------------
|
||||
# Layouts
|
||||
# -----------------------------------------------------
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
master {
|
||||
# Commented out due to compatibility reasons
|
||||
# new_status = master
|
||||
}
|
||||
|
||||
gesture = 3, horizontal, workspace
|
||||
|
||||
binds {
|
||||
workspace_back_and_forth = false
|
||||
allow_workspace_cycles = true
|
||||
pass_mouse_when_bound = false
|
||||
}
|
||||
9
arch_check/.config/hypr/conf/misc.conf
Normal file
9
arch_check/.config/hypr/conf/misc.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# -----------------------------------------------------
|
||||
# Misc settings
|
||||
# -----------------------------------------------------
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
initial_workspace_tracking = 1
|
||||
}
|
||||
149
arch_check/.config/hypr/conf/ml4w.conf
Normal file
149
arch_check/.config/hypr/conf/ml4w.conf
Normal file
@@ -0,0 +1,149 @@
|
||||
# __ _____ _____ __ _____ ___
|
||||
# / |/ / / / / / | /| / / / ___/__ ___ / _/
|
||||
# / /|_/ / /_/_ _/ |/ |/ / / /__/ _ \/ _ \/ _/
|
||||
# /_/ /_/____//_/ |__/|__/ \___/\___/_//_/_/
|
||||
#
|
||||
|
||||
# Pavucontrol floating
|
||||
windowrule = float,class:(.*org.pulseaudio.pavucontrol.*)
|
||||
windowrule = size 700 600,class:(.*org.pulseaudio.pavucontrol.*)
|
||||
windowrule = center,class:(.*org.pulseaudio.pavucontrol.*)
|
||||
windowrule = pin,class:(.*org.pulseaudio.pavucontrol.*)
|
||||
|
||||
# OpenAI ChatGPT floating
|
||||
windowrule = float,title:(ChatGPT.*)
|
||||
windowrule = float,title:(.*chat.openai.com.*)
|
||||
windowrule = size 500 50%,title:(.*chat.openai.com.*)
|
||||
windowrule = move 20 70,title:(.*chat.openai.com.*)
|
||||
|
||||
# Waypaper
|
||||
windowrule = float,class:(.*waypaper.*)
|
||||
windowrule = size 900 700,class:(.*waypaper.*)
|
||||
windowrule = center,class:(.*waypaper.*)
|
||||
windowrule = pin,class:(.*waypaper.*)
|
||||
|
||||
# SwayNC
|
||||
layerrule = blur, swaync-control-center
|
||||
layerrule = blur, swaync-notification-window
|
||||
layerrule = ignorezero, swaync-control-center
|
||||
layerrule = ignorezero, swaync-notification-window
|
||||
layerrule = ignorealpha 0.5, swaync-control-center
|
||||
layerrule = ignorealpha 0.5, swaync-notification-window
|
||||
|
||||
# Newelle
|
||||
windowrule = float,class:(io.github.qwersyk.Newelle)
|
||||
windowrule = size 1000 700,class:(io.github.qwersyk.Newelle)
|
||||
windowrule = center,class:(io.github.qwersyk.Newelle)
|
||||
windowrule = pin,class:(io.github.qwersyk.Newelle)
|
||||
|
||||
# ML4W Calendar floating
|
||||
windowrule = float,class:(com.ml4w.calendar)
|
||||
windowrule = move 100%-w-16 66,class:(com.ml4w.calendar)
|
||||
windowrule = pin, class:(com.ml4w.calendar)
|
||||
windowrule = size 400 400,class:(com.ml4w.calendar)
|
||||
|
||||
# ML4W Sidebar floating
|
||||
windowrule = float,class:(com.ml4w.sidebar)
|
||||
windowrule = move 100%-w-16 66,class:(com.ml4w.sidebar)
|
||||
windowrule = pin, class:(com.ml4w.sidebar)
|
||||
windowrule = size 400 660,class:(com.ml4w.sidebar)
|
||||
|
||||
# ML4W Welcome App floating
|
||||
windowrule = float,class:(com.ml4w.welcome)
|
||||
windowrule = size 700 600,class:(com.ml4w.welcome)
|
||||
windowrule = center,class:(com.ml4w.welcome)
|
||||
windowrule = pin,class:(com.ml4w.welcome)
|
||||
|
||||
# ML4W Settings App floating
|
||||
windowrule = float,class:(com.ml4w.settings)
|
||||
windowrule = size 800 600,class:(com.ml4w.settings)
|
||||
windowrule = move 10% 20%,class:(com.ml4w.settings)
|
||||
|
||||
# Blueman Manager
|
||||
windowrule = float,class:(blueman-manager)
|
||||
windowrule = size 800 600,class:(blueman-manager)
|
||||
windowrule = center,class:(blueman-manager)
|
||||
|
||||
# nwg-look
|
||||
windowrule = float,class:(nwg-look)
|
||||
windowrule = size 700 600,class:(nwg-look)
|
||||
windowrule = move 10% 20%,class:(nwg-look)
|
||||
windowrule = pin,class:(nwg-look)
|
||||
|
||||
# nwg-displays
|
||||
windowrule = float,class:(nwg-displays)
|
||||
windowrule = size 900 600,class:(nwg-displays)
|
||||
windowrule = move 10% 20%,class:(nwg-displays)
|
||||
windowrule = pin,class:(nwg-displays)
|
||||
|
||||
# System Mission Center
|
||||
windowrule = float, class:(io.missioncenter.MissionCenter)
|
||||
windowrule = pin, class:(io.missioncenter.MissionCenter)
|
||||
windowrule = center, class:(io.missioncenter.MissionCenter)
|
||||
windowrule = size 900 600, class:(io.missioncenter.MissionCenter)
|
||||
|
||||
# System Mission Center Preference Window
|
||||
windowrule = float, class:(missioncenter), title:^(Preferences)$
|
||||
windowrule = pin, class:(missioncenter), title:^(Preferences)$
|
||||
windowrule = center, class:(missioncenter), title:^(Preferences)$
|
||||
|
||||
# Gnome Calculator
|
||||
windowrule = float,class:(org.gnome.Calculator)
|
||||
windowrule = size 700 600,class:(org.gnome.Calculator)
|
||||
windowrule = center,class:(org.gnome.Calculator)
|
||||
|
||||
# Hyprland Share Picker
|
||||
windowrule = float, class:(hyprland-share-picker)
|
||||
windowrule = pin, class:(hyprland-share-picker)
|
||||
windowrule = center, title:class:(hyprland-share-picker)
|
||||
windowrule = size 600 400,class:(hyprland-share-picker)
|
||||
|
||||
# General floating
|
||||
windowrule = float,class:(dotfiles-floating)
|
||||
windowrule = size 1000 700,class:(dotfiles-floating)
|
||||
windowrule = center,class:(dotfiles-floating)
|
||||
|
||||
# Dotfiles Sidepad
|
||||
windowrule = float,class:(dotfiles-sidepad)
|
||||
windowrule = size 1000 700,class:(dotfiles-sidepad)
|
||||
windowrule = center,class:(dotfiles-sidepad)
|
||||
windowrule = pin,class:(dotfiles-sidepad)
|
||||
|
||||
# Float and center file pickers
|
||||
windowrule = float, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?|All Files|Save)
|
||||
windowrule = center, class:xdg-desktop-portal-gtk, title:^(Open.*Files?|Save.*Files?|All Files|Save)
|
||||
|
||||
# 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_QPA_PLATFORMTHEME,qt5ct
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
|
||||
# GDK
|
||||
env = GDK_SCALE,1
|
||||
|
||||
# Toolkit Backend
|
||||
env = GDK_BACKEND,wayland,x11,*
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
|
||||
# Mozilla
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
|
||||
# Set the cursor size for xcursor
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
# Ozone
|
||||
env = OZONE_PLATFORM,wayland
|
||||
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
||||
|
||||
# XWayland
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
1
arch_check/.config/hypr/conf/monitor.conf
Normal file
1
arch_check/.config/hypr/conf/monitor.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/monitors/default.conf
|
||||
6
arch_check/.config/hypr/conf/monitors/1366x768.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/1366x768.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1366x768"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1366x768,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/1440x1080.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/1440x1080.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1440x1080"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1440x1080,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/1600x900.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/1600x900.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1600x900"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1600x900,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/1920x1080.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/1920x1080.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1920x1080"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1920x1080,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/1920x1200.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/1920x1200.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1920x1200"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1920x1200,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/2560x1440.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/2560x1440.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "2560x1440"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,2560x1440,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/2560x1440@120.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/2560x1440@120.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "2560x1440@120"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,2560x1440@120,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "2560x1440@120x125"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,2560x1440@120,auto,1.25
|
||||
6
arch_check/.config/hypr/conf/monitors/3440x1440.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/3440x1440.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "3440x1440"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,3440x1440,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/default.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/default.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
6
arch_check/.config/hypr/conf/monitors/highres.conf
Normal file
6
arch_check/.config/hypr/conf/monitors/highres.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Highres"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,highres,auto,1
|
||||
2
arch_check/.config/hypr/conf/monitors/nwg-displays.conf
Normal file
2
arch_check/.config/hypr/conf/monitors/nwg-displays.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/workspaces.conf
|
||||
43
arch_check/.config/hypr/conf/restorevariations.sh
Executable file
43
arch_check/.config/hypr/conf/restorevariations.sh
Executable file
@@ -0,0 +1,43 @@
|
||||
#!/bin/bash
|
||||
clear
|
||||
cat <<"EOF"
|
||||
___ __
|
||||
/ _ \___ ___ / /____ _______
|
||||
/ , _/ -_|_-</ __/ _ \/ __/ -_)
|
||||
/_/|_|\__/___/\__/\___/_/ \__/
|
||||
|
||||
EOF
|
||||
echo "You can restore to the default ML4W variations."
|
||||
echo "PLEASE NOTE: You can reactivate to a customized variation or selection in the settings script."
|
||||
echo "Your customized variation will not be overwritten or deleted."
|
||||
|
||||
if gum confirm "Do you want to restore all variations to the default values?"; then
|
||||
echo
|
||||
|
||||
echo "source = ~/.config/hypr/conf/keybindings/default.conf" >~/.config/hypr/conf/keybinding.conf
|
||||
echo "Hyprland keybinding.conf restored!"
|
||||
|
||||
echo "source = ~/.config/hypr/conf/environments/default.conf" >~/.config/hypr/conf/environment.conf
|
||||
echo "Hyprland environment.conf restored!"
|
||||
|
||||
echo "source = ~/.config/hypr/conf/windowrules/default.conf" >~/.config/hypr/conf/windowrule.conf
|
||||
echo "Hyprland windowrule.conf restored!"
|
||||
|
||||
echo "source = ~/.config/hypr/conf/animations/default.conf" >~/.config/hypr/conf/animation.conf
|
||||
echo "Hyprland animation.conf restored!"
|
||||
|
||||
echo "source = ~/.config/hypr/conf/decorations/default.conf" >~/.config/hypr/conf/decoration.conf
|
||||
echo "Hyprland decoration.conf restored!"
|
||||
|
||||
echo "source = ~/.config/hypr/conf/windows/default.conf" >~/.config/hypr/conf/window.conf
|
||||
echo "Hyprland window.conf restored!"
|
||||
|
||||
echo "source = ~/.config/hypr/conf/monitors/default.conf" >~/.config/hypr/conf/monitor.conf
|
||||
echo "Hyprland monitor.conf restored!"
|
||||
|
||||
echo
|
||||
echo ":: Restore done!"
|
||||
else
|
||||
echo ":: Restore canceled!"
|
||||
exit
|
||||
fi
|
||||
1
arch_check/.config/hypr/conf/window.conf
Normal file
1
arch_check/.config/hypr/conf/window.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/windows/default.conf
|
||||
1
arch_check/.config/hypr/conf/windowrule.conf
Normal file
1
arch_check/.config/hypr/conf/windowrule.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/windowrules/default.conf
|
||||
29
arch_check/.config/hypr/conf/windowrules/default.conf
Normal file
29
arch_check/.config/hypr/conf/windowrules/default.conf
Normal file
@@ -0,0 +1,29 @@
|
||||
# -----------------------------------------------------
|
||||
# Window rules
|
||||
# -----------------------------------------------------
|
||||
|
||||
windowrule = tile, title:^(Microsoft-edge)$
|
||||
windowrule = tile, title:^(Brave-browser)$
|
||||
windowrule = tile, title:^(Chromium)$
|
||||
windowrule = float, title:^(pavucontrol)$
|
||||
windowrule = float, title:^(blueman-manager)$
|
||||
windowrule = float, title:^(nm-connection-editor)$
|
||||
windowrule = float, title:^(qalculate-gtk)$
|
||||
|
||||
# Browser Picture in Picture
|
||||
windowrule = float, title:^(Picture-in-Picture)$
|
||||
windowrule = pin, title:^(Picture-in-Picture)$
|
||||
windowrule = move 69.5% 4%, title:^(Picture-in-Picture)$
|
||||
|
||||
# idleinhibit
|
||||
windowrule = idleinhibit fullscreen,class:([window]) # Available modes: none, always, focus, fullscreen
|
||||
|
||||
#xwayland related rules
|
||||
# when moving objects in resolve a large border is produced
|
||||
# This rule prevents that and serves as a template for any problematic xwayland apps
|
||||
windowrule = noblur, class:^(\bresolve\b)$, xwayland:1
|
||||
# This is a general rule for xwayland apps but can have other consequences
|
||||
# for one user it impacted EMACs so it's disabled by default
|
||||
# It's here as a reference or for quick triage of xwayland ap
|
||||
#windowrule = noblur, xwayland:1
|
||||
|
||||
14
arch_check/.config/hypr/conf/windows/border-1-reverse.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-1-reverse.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 1
|
||||
col.active_border = $color8
|
||||
col.inactive_border = $color11
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/border-1.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-1.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 1
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/border-2-reverse.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-2-reverse.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = $color8
|
||||
col.inactive_border = $color11
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/border-2.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-2.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/border-3-reverse.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-3-reverse.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 3
|
||||
col.active_border = $color8
|
||||
col.inactive_border = $color11
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/border-3.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-3.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 3
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/border-4-reverse.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-4-reverse.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 4
|
||||
col.active_border = $color8
|
||||
col.inactive_border = $color11
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/border-4.conf
Normal file
14
arch_check/.config/hypr/conf/windows/border-4.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 4
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/default.conf
Normal file
14
arch_check/.config/hypr/conf/windows/default.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 2
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/gamemode.conf
Normal file
14
arch_check/.config/hypr/conf/windows/gamemode.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 1
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/glass.conf
Normal file
14
arch_check/.config/hypr/conf/windows/glass.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 1
|
||||
col.active_border = $color8 $on_primary 90deg
|
||||
col.inactive_border = $on_primary
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "No Border More Gaps"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 20
|
||||
gaps_out = 40
|
||||
border_size = 0
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
14
arch_check/.config/hypr/conf/windows/no-border.conf
Normal file
14
arch_check/.config/hypr/conf/windows/no-border.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
# -----------------------------------------------------
|
||||
# General window layout and colors
|
||||
# name: "No Border"
|
||||
# -----------------------------------------------------
|
||||
|
||||
general {
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
border_size = 0
|
||||
col.active_border = $color11
|
||||
col.inactive_border = $color8
|
||||
layout = dwindle
|
||||
resize_on_border = true
|
||||
}
|
||||
1
arch_check/.config/hypr/conf/workspace.conf
Normal file
1
arch_check/.config/hypr/conf/workspace.conf
Normal file
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/workspaces/default.conf
|
||||
23
arch_check/.config/hypr/conf/workspaces/default.conf
Normal file
23
arch_check/.config/hypr/conf/workspaces/default.conf
Normal file
@@ -0,0 +1,23 @@
|
||||
# -----------------------------------------------------
|
||||
# General workspace rules
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
# 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 https://wiki.hyprland.org/Configuring/Workspace-Rules/)
|
||||
# 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
|
||||
Reference in New Issue
Block a user