diff options
Diffstat (limited to 'config/hyprland')
-rw-r--r-- | config/hyprland/foot/foot.ini | 2 | ||||
-rw-r--r-- | config/hyprland/hypr/binds.conf | 1 | ||||
-rw-r--r-- | config/hyprland/hypr/env.conf | 11 | ||||
-rw-r--r-- | config/hyprland/tofi/themes/nord | 48 |
4 files changed, 14 insertions, 48 deletions
diff --git a/config/hyprland/foot/foot.ini b/config/hyprland/foot/foot.ini index 671ede4..79cc804 100644 --- a/config/hyprland/foot/foot.ini +++ b/config/hyprland/foot/foot.ini @@ -9,7 +9,7 @@ term=xterm-256color # title=foot # locked-title=no -# font=monospace:size=8 +font=monospace:size=11 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font> diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 61e2971..05355ce 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -31,6 +31,7 @@ binde = $mainMod SHIFT, K, resizeactive, 0 -60 binde = $mainMod SHIFT, L, resizeactive, 60 0 bind = $mainMod SHIFT, F, fullscreen +bind = $mainMod CTRL, F, fakefullscreen bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 diff --git a/config/hyprland/hypr/env.conf b/config/hyprland/hypr/env.conf index 258ada5..162c911 100644 --- a/config/hyprland/hypr/env.conf +++ b/config/hyprland/hypr/env.conf @@ -26,8 +26,9 @@ env = SDL_IM_MODULE,fcitx env = SDL_VIDEODRIVER,wayland env = CLUTTER_BACKEND,wayland -env = LIBVA_DRIVER_NAME,nvidia -env = XDG_SESSION_TYPE,wayland -env = GBM_BACKEND,nvidia-drm -env = __GLX_VENDOR_LIBRARY_NAME,nvidia -env = WLR_NO_HARDWARE_CURSORS,1 +# # nvidia +# env = LIBVA_DRIVER_NAME,nvidia +# env = XDG_SESSION_TYPE,wayland +# env = GBM_BACKEND,nvidia-drm +# env = __GLX_VENDOR_LIBRARY_NAME,nvidia +# env = WLR_NO_HARDWARE_CURSORS,1 diff --git a/config/hyprland/tofi/themes/nord b/config/hyprland/tofi/themes/nord index 1b2ba53..dae003b 100644 --- a/config/hyprland/tofi/themes/nord +++ b/config/hyprland/tofi/themes/nord @@ -1,12 +1,7 @@ ### Font -font = /usr/share/fonts/TTF/JetBrainsMono-Bold.ttf +font = monospace bold font-size = 12 -font-features = "" -font-variations = "" -hint-font = true - -### Colors text-color = #d8dee9 prompt-color = #81a1c1 placeholder-color = #4c566a @@ -15,16 +10,10 @@ default-result-color = #88c0d0 selection-color = #5e81ac selection-match-color = #ffffff -### Matching prompt-text = "" prompt-padding = 0 -placeholder-text = "cmd" -num-results = 0 -result-spacing = 0 -horizontal = false -min-input-width = 0 +placeholder-text = "..." -### Window theming width = 20% height = 20% background-color = #2e3440f0 @@ -33,38 +22,13 @@ outline-color = #81a1c1 border-width = 2 border-color = #88c0d0 corner-radius = 26 -# Padding + padding-top = 0 padding-bottom = 0 -padding-left = 7% +padding-left = 0 +# padding-left = 7% padding-right = 0 -clip-to-padding = true -scale = true -output = "" -anchor = center -# -1 means ignore exclusive zones completely. -# 0 will move tofi out of the way of other windows' zones. -# > 0 will set that much space as an exclusive zone. -exclusive-zone = -1 - -# Window offset from edge of screen. Only has an effect when anchored -margin-top = 0 -margin-bottom = 0 -margin-left = 0 -margin-right = 0 - -### Behaviour -hide-cursor = false -history = true -# history-file = /path/to/histfile -fuzzy-match = false require-match = false -hide-input = false +auto-accept-single = true hidden-character = "" -drun-launch = true -# terminal = foot -late-keyboard-init = false -multi-instance = false -ascii-input = false -# include = /path/to/config |