updates to fix things on linux

This commit is contained in:
2025-10-18 06:38:39 -03:00
parent f1888d9c0f
commit 0855efee6a
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
source = ~/.config/hypr/monitors.conf
# See https://wiki.hypr.land/Configuring/Keywords/
$terminal = kitty
$terminal = wezterm
$fileManager = dolphin
$menu = rofi -show drun
$screenshot = grim -g "$(slurp)" - | swappy -f -

View File

@@ -8,6 +8,7 @@ return {
window_decorations = "RESIZE",
enable_tab_bar = false,
use_resize_increments = false,
enable_wayland = false,
colors = {
background = "#0C0F14",
foreground = "#E0E1DD",