This commit is contained in:
2026-01-02 14:45:23 -08:00
parent 8b607377fc
commit 2812373aa8
11 changed files with 355 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
font 'JetBrainsMono NF' 10
font 'JetBrainsMono' 10
### Variables
#set $mod Mod1
@@ -7,7 +7,7 @@ set $mod Mod4
set $term kitty
#set $term ghostty
set $menu wofi -S drun -G
set $menu wofi -S drun -GI
set $left h
set $down j
@@ -33,6 +33,10 @@ exec dex -a
exec nohup swaync
exec nohup sway-audio-idle-inhibit
exec nohup waybar
exec nohup nm-applet
exec nohup shikane
exec nohup flatpak run com.github.wwmm.easyeffects -w
exec wl-paste -t text --watch clipman store --no-persist
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots DISPLAY
exec /usr/lib/xdg-desktop-portal-wlr

View File

@@ -113,10 +113,10 @@ mode "resize" {
bindsym $mod+r mode "resize"
bindsym $mod+Shift+s sticky toggle
#bindsym $mod+Shift+o exec 'playerctl pause && swaylock -c 0x0000'
bindsym $mod+m exec 'playerctl pause && swaylock -c 0x0000'
# Toggle laptop display
bindsym $mod+m output $laptop toggle
bindsym $mod+Shift+m output $laptop toggle
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% \
&& pkill -RTMIN+10 i3blocks;