Main merge

This commit is contained in:
2025-10-17 01:02:44 +02:00
8 changed files with 66 additions and 64 deletions

View File

@@ -26,4 +26,3 @@ source = ~/.config/hypr/land/keybinds.conf
source = ~/.config/hypr/land/look-and-feel.conf source = ~/.config/hypr/land/look-and-feel.conf
source = ~/.config/hypr/land/monitors.conf source = ~/.config/hypr/land/monitors.conf
source = ~/.config/hypr/land/windows.conf source = ~/.config/hypr/land/windows.conf

View File

@@ -9,4 +9,4 @@
# exec-once = nm-applet & # exec-once = nm-applet &
# exec-once = waybar & hyprpaper & firefox # exec-once = waybar & hyprpaper & firefox
exec-once = waybar & swaync & hypridle & hyprpaper & poweralertd exec-once = waybar & swaync & hypridle & hyprpaper & kwalletd6

View File

@@ -22,9 +22,9 @@ input {
} }
# https://wiki.hyprland.org/Configuring/Variables/#gestures # https://wiki.hyprland.org/Configuring/Variables/#gestures
gestures { #gestures {
workspace_swipe = true # workspace_swipe = true
} #}
# Example per-device config # Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more

View File

@@ -5,3 +5,6 @@ bind = CONTROL SHIFT, PRINT, exec, hyprshot -m output -z -o $screenshotDir
# Hyprlock # Hyprlock
bind = $mainMod SHIFT, l, exec, hyprlock bind = $mainMod SHIFT, l, exec, hyprlock
# Hyprview
bind = $mainMod, H, hyprview:toggle

View File

@@ -35,10 +35,10 @@ decoration {
# Change transparency of focused and unfocused windows # Change transparency of focused and unfocused windows
active_opacity = 1.0 active_opacity = 1.0
inactive_opacity = .98 inactive_opacity = 1.0
shadow { shadow {
enabled = false enabled = true
range = 4 range = 4
render_power = 3 render_power = 3
color = rgba(1a1a1aee) color = rgba(1a1a1aee)

View File

@@ -6,6 +6,6 @@
# Set programs that you use # Set programs that you use
$terminal = ghostty $terminal = ghostty
$fileManager = nautilus $fileManager = dolphin
$menu = wofi --show drun -i $menu = wofi --show drun -i
$screenshotDir = ~/Pictures/Screenshots $screenshotDir = ~/Pictures/Screenshots

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 MiB

After

Width:  |  Height:  |  Size: 18 MiB

View File

@@ -1,7 +1,7 @@
@import "mocha.css"; @import "mocha.css";
* { * {
font-family: "MesloLGS Nerd Font Mono Bold"; font-family: "SauceCodePro NFM Bold";
font-size: 16px; font-size: 16px;
min-height: 0; min-height: 0;
font-weight: bold; font-weight: bold;