Compare commits

...

3 Commits

Author SHA1 Message Date
8f62614b3d update:hypr 2025-07-10 10:34:23 +08:00
23d4a1f2db update:hypr 2025-07-10 10:26:47 +08:00
0a11fb7257 update:hypr 2025-07-10 10:10:25 +08:00
4 changed files with 9 additions and 8 deletions

View File

@ -20,5 +20,5 @@ exec-once = hash dbus-update-activation-environment 2>/dev/null &
exec-once = dbus-update-activation-environment --systemd &
# ## Idle configuration
exec-once = $idlehandler
# exec-once = $idlehandler

View File

@ -1,10 +1,10 @@
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Defaults Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
$filemanager = thunar
$browser = floorp
$filemanager = nemo
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
$applauncher = wofi
$terminal = alacritty
$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
#$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
$capturing = grim -g "$(slurp)" - | swappy -f -

View File

@ -6,6 +6,7 @@
source = ~/.config/hypr/config/defaults.conf
# https://wiki.hyprland.org/Configuring/Binds/
bindd = $mainMod, B, Opens browser ($browser), exec, $browser
bindd = $mainMod, RETURN, Opens your preferred terminal emulator ($terminal), exec, $terminal
bindd = $mainMod, E, Opens your preferred filemanager ($filemanager), exec, $filemanager
bindd = $mainMod, A, Screen capture selection, exec, $capturing

View File

@ -10,8 +10,8 @@ monitor = eDP-1, 2560x1600@165, auto, 1.25
# If you need to scale things like steam etc, please uncomment these lines.
# Adjust GDK_SCALE accordingly to your liking.
#xwayland {
# force_zero_scaling = true # Unscale XWayland
#}
xwayland {
force_zero_scaling = true # Unscale XWayland
}
#env = GDK_SCALE, 1.25 # GDK Scaling Factor
env = GDK_SCALE, 1.25 # GDK Scaling Factor