Updated some stuff
This commit is contained in:
parent
2d400c3012
commit
c783171138
8 changed files with 25 additions and 26 deletions
|
|
@ -1,13 +0,0 @@
|
|||
function awww_set_wallpaper
|
||||
set wallpaper $argv[1]
|
||||
|
||||
# Start swww daemon if not running
|
||||
if not pgrep awww-daemon > /dev/null
|
||||
awww-daemon &
|
||||
sleep 1
|
||||
end
|
||||
|
||||
# Set wallpaper with animation
|
||||
awww img "$wallpaper" \
|
||||
--transition-type wipe
|
||||
end
|
||||
|
|
@ -26,8 +26,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-
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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-
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue