latest
This commit is contained in:
@@ -7,7 +7,7 @@ set $mod Mod4
|
||||
set $term kitty -1
|
||||
#set $term ghostty
|
||||
|
||||
set $menu wofi -S drun -G
|
||||
set $menu wofi -S drun -GI
|
||||
|
||||
set $left h
|
||||
set $down j
|
||||
@@ -25,7 +25,7 @@ exec --no-startup-id nohup shikane -c /home/jozamudi/.config/shikane/config.toml
|
||||
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
exec_always --no-startup-id nohup '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh'
|
||||
exec_always --no-startup-id '/home/jozamudi/.config/sway/scripts/clamshell-mode.sh'
|
||||
|
||||
### Idle configuration
|
||||
exec swayidle -w \
|
||||
@@ -38,15 +38,17 @@ seat seat0 xcursor_theme Adwaita 25
|
||||
|
||||
# Auto start .desktop files using dex
|
||||
exec dex -a
|
||||
exec nohup pipewire
|
||||
exec nohup swaync
|
||||
exec pipewire
|
||||
exec swaync
|
||||
exec waybar
|
||||
exec mpd
|
||||
exec nohup sway-audio-idle-inhibit
|
||||
exec nohup waybar
|
||||
exec wl-paste -t text --watch clipman store --no-persist
|
||||
#exec wl-paste -t text --watch clipman store --no-persist
|
||||
|
||||
#better audio
|
||||
exec easyeffects -w -l Laptop
|
||||
#exec easyeffects -w -l Laptop
|
||||
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 2
|
||||
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway XDG_SESSION_DESKTOP=sway
|
||||
|
||||
@@ -118,6 +118,9 @@ bindsym $mod+Shift+s sticky toggle
|
||||
# Toggle laptop display
|
||||
bindsym $mod+m output $laptop toggle
|
||||
|
||||
# play/pause media player
|
||||
bindsym XF86Favorites exec playerctl play-pause
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% \
|
||||
&& pkill -RTMIN+10 i3blocks;
|
||||
|
||||
|
||||
@@ -13,3 +13,4 @@ for_window [title="LUCID"] floating enable
|
||||
for_window [title="Pydm|pydm"] floating enable
|
||||
for_window [title="Form"] floating enable
|
||||
for_window [title="zoom"] floating enable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user