Updated some stuff

This commit is contained in:
ManOfGoldForever 2026-04-04 02:12:26 -04:00
parent 2d400c3012
commit c783171138
8 changed files with 25 additions and 26 deletions

View file

@ -8,6 +8,8 @@ oh-my-posh init fish --config ~/.config/oh-my-posh/hacker.omp.json | source
alias mntnas="sudo mount -a"
set -gx QT_QPA_PLATFORMTHEME qt6ct
# Set Zed as the default editor
set -gx EDITOR /usr/local/bin/zed_sudo_wrapper
set -gx VISUAL "zeditor --wait"

View file

@ -1,14 +1,14 @@
[Settings]
gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=Papirus-Dark
gtk-theme-name=caelus
gtk-icon-theme-name=AdwaitaLegacy
gtk-font-name=Inter Variable 11
gtk-cursor-theme-name=Bibata-Original-Ice
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=0
gtk-menu-images=0
gtk-enable-event-sounds=1
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1

View file

@ -36,9 +36,9 @@ move_up = 0
[[modules]]
description = "search with brave"
prefix = "br"
cmd = "setsid -f xdg-open 'https://search.brave.com/search?q={}'"
description = "search the web"
prefix = "kg"
cmd = "setsid -f xdg-open 'https://kagi.com/search?q={}'"
with_argument = true
url_encode = true

View file

@ -2,7 +2,10 @@ include ./monitors
include ./exec
include ./theme
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
exec dbus-update-activation-environment --systemd \
WAYLAND_DISPLAY \
XDG_CURRENT_DESKTOP=sway \
QT_QPA_PLATFORMTHEME=qt6ct
set $gnome-schema org.gnome.desktop.interface
exec_always {
export WLR_NO_HARDWARE_CURSORS=1
@ -26,8 +29,11 @@ set $menu kitty --app-id fsel fsel -r -d
set $launcher kitty --app-id otter-launcher otter-launcher
set $browser /home/henry/AppImages/helium.appimage
set $filemanager kitty -e yazi
focus_on_window_activation focus
for_window [app_id="fsel"] border pixel 2
for_window [app_id="otter-launcher"] border pixel 2
assign [app_id="dev.zed.Zed"] output DP-1
for_window [app_id="dev.zed.Zed"] focus
# -Key bindings-

View file

@ -1,7 +1,7 @@
Net/ThemeName "Adwaita-dark"
Net/IconThemeName "Papirus-Dark"
Gtk/CursorThemeName "Bibata-Original-Ice"
Net/EnableEventSounds 1
Net/ThemeName "caelus"
Net/IconThemeName "AdwaitaLegacy"
Gtk/CursorThemeName "Adwaita"
Net/EnableEventSounds 0
EnableInputFeedbackSounds 0
Xft/Antialias 1
Xft/Hinting 1