diff --git a/.config/hypr/config/autostart.conf b/.config/hypr/config/autostart.conf index e2597db..6506705 100644 --- a/.config/hypr/config/autostart.conf +++ b/.config/hypr/config/autostart.conf @@ -13,6 +13,8 @@ exec-once = nm-applet --indicator & exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob -c ~/.config/hypr/wob.ini & disown" & exec-once = /usr/lib/polkit-kde-authentication-agent-1 & +exec-once = waypaper --restore + # ## Slow app launch fix exec-once = systemctl --user import-environment & exec-once = hash dbus-update-activation-environment 2>/dev/null & diff --git a/.config/hypr/config/decorations.conf b/.config/hypr/config/decorations.conf index 2268d75..ad9d892 100644 --- a/.config/hypr/config/decorations.conf +++ b/.config/hypr/config/decorations.conf @@ -8,8 +8,8 @@ source = ~/.config/hypr/config/colors.conf decoration { active_opacity = 1 - inactive_opacity = 0.8 - rounding = 4 + inactive_opacity = 0.6 + rounding = 6 # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur blur { @@ -24,5 +24,4 @@ decoration { enabled = true range = 10 } - } diff --git a/.config/hypr/config/defaults.conf b/.config/hypr/config/defaults.conf index aff405d..197f93a 100644 --- a/.config/hypr/config/defaults.conf +++ b/.config/hypr/config/defaults.conf @@ -3,7 +3,8 @@ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ $filemanager = dolphin -$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run +$applauncher = tofi-drun --drun-launch=true +#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run $terminal = alacritty $idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000' $capturing = grim -g "$(slurp)" - | swappy -f - diff --git a/.config/hypr/config/keybinds.conf b/.config/hypr/config/keybinds.conf index 4fe94a2..4a570cf 100644 --- a/.config/hypr/config/keybinds.conf +++ b/.config/hypr/config/keybinds.conf @@ -141,6 +141,14 @@ bindd = $mainMod, equal, Toggles the Special workspace, togglespecialworkspace, bindd = $mainMod, F1, Call special workspace scratchpad, togglespecialworkspace, scratchpad bindd = $mainMod ALT SHIFT, F1, Move active window to special workspace scratchpad, movetoworkspacesilent, special:scratchpad +# ======= Screenshot ======= +# Screenshot a window +bind = $mainMod, PRINT, exec, hyprshot -m window +# Screenshot a monitor +bind = , PRINT, exec, hyprshot -m output +# Screenshot a region +bind = $shiftMod, PRINT, exec, hyprshot -m region + # ======= Additional Settings ======= # https://wiki.hyprland.org/Configuring/Binds diff --git a/.config/tofi/config b/.config/tofi/config new file mode 100644 index 0000000..a199f9b --- /dev/null +++ b/.config/tofi/config @@ -0,0 +1,28 @@ +font = Fanwood Text +font-size = 32 + +outline-width = 0 +border-width = 0 +padding-left = 34% +padding-top = 22% +padding-right = 0 +padding-bottom = 0 + +background-color = #111 +text-color = #f9fbff +selection-color = #933 + +width = 100% +height = 100% + +hide-cursor = true +text-color = #cdd6f4 +prompt-color = #f38ba8 +selection-color = #f9e2af +background-color = #1e1e2eAA + +# +### Behaviour +# + hide-cursor = true + history = true