mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 02:41:50 +08:00
Chore | Format changes
This commit is contained in:
parent
37820413df
commit
9747b62c1e
@ -1,2 +1 @@
|
||||
include ~/.config/sway/config.d/*
|
||||
include /etc/sway/config.d/*
|
||||
|
@ -1,7 +1,6 @@
|
||||
# vim: filetype=i3config
|
||||
|
||||
#set gtk theme
|
||||
|
||||
#set gtk theme and font
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
gsettings set $gnome-schema gtk-theme 'Adwaita-dark'
|
||||
@ -12,7 +11,6 @@ exec_always {
|
||||
}
|
||||
|
||||
#set colour
|
||||
|
||||
#color class border backgr. text indicator child_border
|
||||
client.focused #87c095 #2a2f33 #bfddb2 #415c6d #bfddb2
|
||||
client.focused_inactive #3f464b #2a2f33 #bfddb2 #415c6d #3f464b
|
||||
|
@ -12,8 +12,8 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
bar swaybar_command waybar
|
||||
|
||||
#borders stuff
|
||||
|
||||
default_border pixel 1
|
||||
|
||||
#workspace_auto_back_and_forth yes
|
||||
force_display_urgency_hint 500 ms
|
||||
smart_borders no_gaps
|
||||
|
@ -7,4 +7,3 @@ exec gentoo-pipewire-launcher
|
||||
exec swaync
|
||||
exec playerctld daemon
|
||||
exec dbus-update-activation-environment --all
|
||||
|
||||
|
@ -10,13 +10,11 @@ set $menu wofi | xargs swaymsg exec --
|
||||
|
||||
#my keybinds
|
||||
|
||||
bindsym $mod+Ctrl+l exec ~/.config/sway/scripts/logout.sh
|
||||
bindsym $mod+Print exec ~/.config/sway/scripts/grimshot-ui.sh
|
||||
bindsym $mod+m exec swaync-client -t -sw
|
||||
|
||||
|
||||
#bind fn keys
|
||||
|
||||
bindsym XF86AudioMicMute exec amixer set Capture toggle
|
||||
exec mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob -p 1 -b 2 -a top -M 48 --border-color '#474f54F0' --background-color '#2a2f33F0' --bar-color '#bfddb2F0' --overflow-mode wrap --overflow-background-color '#2a2f33F0' --overflow-bar-color '#d76e6ef0' --overflow-border-color '#474f54F0'
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && pactl get-sink-volume @DEFAULT_SINK@ | head -n 1| awk '{print substr($5, 1, length($5)-1)}' > $SWAYSOCK.wob
|
||||
|
Loading…
Reference in New Issue
Block a user