fixed waybar colors and lables; add keybinds for sway config
This commit is contained in:
@@ -21,7 +21,8 @@ include ~/.config/sway/config.d/*
|
||||
### Output configuration
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
# https://gitlab.com/w0lff/shikane for multitple display handling
|
||||
exec --no-startup-id nohup shikane -c /home/jozamudi/.config/shikane/config.toml
|
||||
exec --no-startup-id nohup shikane -c /home/jozamudi/.config/shikane/config.toml > /tmp/nohup-shikane.log 2>&1
|
||||
exec_always shikane -o
|
||||
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
@@ -37,12 +38,11 @@ exec swayidle -w \
|
||||
seat seat0 xcursor_theme Adwaita 25
|
||||
|
||||
# Auto start .desktop files using dex
|
||||
exec dex -a
|
||||
exec pipewire
|
||||
exec swaync
|
||||
exec waybar
|
||||
exec mpd
|
||||
exec nohup sway-audio-idle-inhibit
|
||||
exec dex -a
|
||||
#exec wl-paste -t text --watch clipman store --no-persist
|
||||
|
||||
#better audio
|
||||
|
||||
@@ -120,6 +120,10 @@ bindsym $mod+m output $laptop toggle
|
||||
|
||||
# play/pause media player
|
||||
bindsym XF86Favorites exec playerctl play-pause
|
||||
bindsym $mod+bracketleft exec mpc prev
|
||||
bindsym $mod+bracketright exec mpc next
|
||||
bindsym $mod+backslash exec mpc toggle
|
||||
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% \
|
||||
&& pkill -RTMIN+10 i3blocks;
|
||||
|
||||
Reference in New Issue
Block a user