...
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Startup
|
||||
exec-once = dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
||||
exec-once=dbus-update-activation-environment --systemd --all && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target
|
||||
exec-once=wl-clipboard-history -t
|
||||
exec-once=wl-paste -p --watch wl-copy -p ''
|
||||
exec-once=hypridle
|
||||
@@ -7,7 +7,6 @@ exec-once=waybar
|
||||
exec-once=fcitx5 -d
|
||||
exec-once=swww-daemon
|
||||
exec-once=swaync
|
||||
exec-once=hyprctl plugin load $HYPR_EXPO_LIB
|
||||
|
||||
# Monitors
|
||||
|
||||
@@ -42,6 +41,11 @@ $magenta=rgba(881798FF)
|
||||
$crimson=rgba(471520FF)
|
||||
|
||||
|
||||
# USED COLORS
|
||||
$active_border=$lightgreen
|
||||
$inactive_border=$gray
|
||||
$expo_bg=$active_border
|
||||
|
||||
|
||||
animations {
|
||||
bezier=myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
@@ -92,8 +96,8 @@ experimental {
|
||||
|
||||
general {
|
||||
border_size=2
|
||||
col.active_border=$green
|
||||
col.inactive_border=$gray
|
||||
col.active_border=$active_border
|
||||
col.inactive_border=$inactive_border
|
||||
gaps_in=2
|
||||
gaps_out=4
|
||||
layout=dwindle
|
||||
@@ -135,8 +139,8 @@ misc {
|
||||
plugin {
|
||||
hyprexpo {
|
||||
columns = 3
|
||||
gap_size = 5
|
||||
bg_col = $lightblue
|
||||
gap_size = 3
|
||||
bg_col = $expo_bg
|
||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = true # laptop touchpad
|
||||
@@ -205,10 +209,11 @@ bind=$mainMod SHIFT, P, pseudo,
|
||||
bind=$mainMod, C, killactive,
|
||||
bind=$mainMod, V, togglefloating,
|
||||
bind=$mainMod SHIFT, S, togglesplit,
|
||||
bind = SUPER, grave, hyprexpo:expo, toggle
|
||||
bind=$mainMod control, Q, exec, $lock
|
||||
bind=$mainMod, F4, exit,
|
||||
|
||||
# bind = SUPER, grave, hyprexpo:expo, toggle # Commented out cos "version mismatch (bs)"
|
||||
|
||||
# Binds :: Navigation
|
||||
|
||||
bind=$mainMod, F, fullscreen,
|
||||
|
||||
Reference in New Issue
Block a user