kanshi, python swayidle, zsh title
This commit is contained in:
@ -1,2 +1,6 @@
|
||||
#general
|
||||
set $BIN_DIR ~/.config/sway/bin
|
||||
set $BIN_DIR ~/.config/sway/bin
|
||||
set $laptop eDP-1
|
||||
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
@ -27,4 +27,4 @@ client.unfocused $color2 $background $color1 $color2 $color2
|
||||
client.urgent $foreground $background $color7 $foreground $foreground
|
||||
|
||||
|
||||
output * bg ~/Wallpapers/deusex.jpg fill
|
||||
# output * bg ~/Wallpapers/deusex.jpg fill
|
@ -7,19 +7,19 @@
|
||||
|
||||
|
||||
|
||||
output "eDP-1" {
|
||||
mode 1920x1080@60Hz
|
||||
pos 1920 0
|
||||
transform normal
|
||||
}
|
||||
output "DP-3" {
|
||||
mode 1920x1080@60Hz
|
||||
pos 3840 0
|
||||
transform normal
|
||||
}
|
||||
output "DP-4" {
|
||||
mode 1920x1080@60Hz
|
||||
pos 0 0
|
||||
transform normal
|
||||
}
|
||||
# output "eDP-1" {
|
||||
# mode 1920x1080@60Hz
|
||||
# pos 1920 0
|
||||
# transform normal
|
||||
# }
|
||||
# output "DP-3" {
|
||||
# mode 1920x1080@60Hz
|
||||
# pos 3840 0
|
||||
# transform normal
|
||||
# }
|
||||
# output "DP-4" {
|
||||
# mode 1920x1080@60Hz
|
||||
# pos 0 0
|
||||
# transform normal
|
||||
# }
|
||||
|
||||
|
@ -138,6 +138,8 @@ mode "resize" {
|
||||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
## Lock screen
|
||||
bindsym $mod+z exec ~/.config/sway/bin/lock.sh
|
||||
|
||||
## Screenshot // Screenshot active display // <Print> ##
|
||||
#bindsym Print exec $BIN_DIR/screenshots.sh display
|
||||
@ -172,12 +174,23 @@ bindsym --locked XF86AudioMute exec volumectl toggle
|
||||
## Modify // Mic mute // <XF86AudioMicMute> ##
|
||||
bindsym --locked XF86AudioMicMute exec amixer -D pulse sset Capture toggle && notify-send -t 1000 "Microphone state toggled"
|
||||
|
||||
|
||||
bindsym XF86AudioPlay exec volumectl down
|
||||
|
||||
# bindsym XF86AudioRaiseVolume exec volumectl raise
|
||||
# bindsym XF86AudioLowerVolume exec volumectl lower
|
||||
# bindsym XF86AudioMute exec volumectl mute
|
||||
# bindsym XF86AudioMicMute exec volumectl mute --mic
|
||||
|
||||
# bindsym XF86MonBrightnessUp exec lightctl raise
|
||||
# bindsym XF86MonBrightnessDown exec lightctl lower
|
||||
|
||||
|
||||
## Notifications // Dismiss notification // <Alt><Space> ##
|
||||
bindsym $alt+space exec makoctl dismiss
|
||||
## Notifications // Dismiss all notifications // <Shift><Alt><Space> ##
|
||||
bindsym Shift+$alt+space exec makoctl dismiss --all
|
||||
|
||||
|
||||
## Launch // Screen sharing // <> x ##
|
||||
bindsym $mod+x exec $BIN_DIR/dmenuscreenshare.sh
|
||||
|
||||
|
@ -2,6 +2,8 @@ exec --no-startup-id swaymsg 'workspace 1; exec $TERMINAL; workspace 2; exec bra
|
||||
|
||||
exec wl-paste -t text --watch clipman store
|
||||
exec nm-applet --indicator
|
||||
exec blueman-applet
|
||||
|
||||
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
exec_always {
|
||||
|
Reference in New Issue
Block a user