makin' moves to sync computers

This commit is contained in:
2025-04-29 19:43:59 -07:00
parent db0d98c0d9
commit f9d22072a6
20 changed files with 97 additions and 252 deletions

View File

@@ -14,8 +14,8 @@ set $mod Mod4
set $term alacritty
# Application Launcher
#set $menu bemenu-run -p Run: -l 10 -c -M 500 --fn 'Terminus 17' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00'
set $menu rofi -show
set $menu bemenu-run -p Run: -l 10 -c -M 500 --fn 'Terminus 17' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00'
#set $menu rofi -show
#######################
# GENERAL KEYBINDS
@@ -164,7 +164,7 @@ bindsym $mod+Ctrl+g exec grimshot save window
# Bookmarks
# Enter selected bookmark into target text field
bindsym $mod+i exec wtype $(grep -v '^#' ~/.local/share/bookmarks/bookmarks | bemenu -p Bookmark: -l 50 -c -M 500 --fn 'Monospace 14' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' | cut -d ' ' -f1)
bindsym $mod+i exec wtype $(grep -v '^#' ~/.local/share/bookmarks/bookmarks | bemenu -p Bookmark: -l 25 -c -M 500 --fn 'Monospace 14' --tf '#ff4e00' --ff '#dbc077' --hf '#ff4e00' | cut -d ' ' -f1)
# Insert bookmark into bookmark file (~/.local/share/bookmarks/bookmarks)
bindsym $mod+Shift+i exec ~/.local/bin/bookmark_insert
@@ -182,25 +182,9 @@ bindsym $mod+p exec ~/.local/bin/pass_autofill
# EXECS
#######################
exec --no-startup-id /usr/libexec/xdg-desktop-portal-wlr
exec --no-startup-id /usr/libexec/xdg-desktop-portal
set $gnome-schema org.gnome.desktop.interface
# Set GTK/icon theme
exec_always {
gsettings set $gnome-schema gtk-theme 'ArcDarker'
gsettings set $gnome-schema icon-theme 'Papirus-Dark'
gsettings set $gnome-schema cursor-theme 'Breeze_Light'
gsettings set $gnome-schema cursor-size 30
}
# Gnome-keyring stuff maybe?
exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=ssh
# Syncthing
exec /usr/bin/syncthing
# Notifications
exec_always sh -c 'pgrep -x dunst > /dev/null || dunst'
@@ -213,6 +197,8 @@ exec /usr/bin/udiskie &
# Network Manager tray applet
exec /usr/bin/nm-applet
exec eval $(ssh-agent -s)
# Bluetooth manager tray applet
exec /usr/bin/blueman-applet
@@ -235,11 +221,11 @@ exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activati
#######################
# SwayFX specific directions
corner_radius 3
shadows enable
#corner_radius 3
#shadows enable
#default_dim_inactive 0.1
blur enable
blur_xray disable
#blur enable
#blur_xray disable
# Gaps
smart_gaps off