242 lines
8.4 KiB
Plaintext
242 lines
8.4 KiB
Plaintext
# set ##########################################################################
|
|
|
|
# keys
|
|
set $mod mod4
|
|
set $left h
|
|
set $down j
|
|
set $up k
|
|
set $right l
|
|
|
|
# colors
|
|
set $black #000000
|
|
set $white #e2e2e2
|
|
set $blue #856cff
|
|
set $magenta #ff1170
|
|
set $red #fa3500
|
|
|
|
# workspaces
|
|
set $wsq 0:q:cmd
|
|
set $wsw 1:w:www
|
|
set $wse 2:e:txt
|
|
set $wsr 3:r:doc
|
|
set $wst 4:t:cmd
|
|
set $wsy 5:y:cmd
|
|
set $wsu 6:u:cmd
|
|
set $wsi 7:i:cmd
|
|
set $wso 8:o:cmd
|
|
set $wsp 9:p:rdp
|
|
|
|
# modes
|
|
set $session_mode " session: (r)eload (l)ock (q)uit (s)uspend re(b)oot (p)oweroff "
|
|
set $layout_mode " layout: split(h) split(v) (s)tacking (t)abbed "
|
|
|
|
# bar ##########################################################################
|
|
bar {
|
|
separator_symbol ""
|
|
status_command status.sh
|
|
status_edge_padding 0
|
|
status_padding 0
|
|
strip_workspace_numbers yes
|
|
wrap_scroll yes
|
|
colors {
|
|
background $black
|
|
statusline $blue
|
|
separator $blue
|
|
# border background text
|
|
focused_workspace $black $black $magenta
|
|
active_workspace $black $black $white
|
|
inactive_workspace $black $black $blue
|
|
urgent_workspace $black $black $red
|
|
}
|
|
}
|
|
|
|
# workspace_layout #############################################################
|
|
workspace_layout tabbed
|
|
|
|
# xwayland #####################################################################
|
|
xwayland disable
|
|
|
|
# bindsym ######################################################################
|
|
# floating
|
|
bindsym $mod+shift+f floating toggle
|
|
|
|
# focus
|
|
bindsym {
|
|
$mod+$up focus up
|
|
$mod+$down focus down
|
|
$mod+$left focus left
|
|
$mod+$right focus right
|
|
$mod+a focus parent
|
|
$mod+s focus child
|
|
$mod+g focus mode_toggle
|
|
}
|
|
|
|
# fullscreen
|
|
bindsym $mod+f fullscreen toggle
|
|
|
|
# mode
|
|
bindsym {
|
|
$mod+d mode $layout_mode, fullscreen disable
|
|
$mod+escape mode $session_mode, fullscreen disable
|
|
}
|
|
|
|
# move
|
|
bindsym {
|
|
$mod+shift+$up move up
|
|
$mod+shift+$down move down
|
|
$mod+shift+$left move left
|
|
$mod+shift+$right move right
|
|
--to-code $mod+shift+tab move workspace back_and_forth, workspace back_and_forth
|
|
--to-code $mod+shift+q move workspace $wsq, workspace $wsq
|
|
--to-code $mod+shift+w move workspace $wsw, workspace $wsw
|
|
--to-code $mod+shift+e move workspace $wse, workspace $wse
|
|
--to-code $mod+shift+r move workspace $wsr, workspace $wsr
|
|
--to-code $mod+shift+t move workspace $wst, workspace $wst
|
|
--to-code $mod+shift+y move workspace $wsy, workspace $wsy
|
|
--to-code $mod+shift+u move workspace $wsu, workspace $wsu
|
|
--to-code $mod+shift+i move workspace $wsi, workspace $wsi
|
|
--to-code $mod+shift+o move workspace $wso, workspace $wso
|
|
--to-code $mod+shift+p move workspace $wsp, workspace $wsp
|
|
--to-code $mod+shift+bracketleft move workspace prev, workspace prev
|
|
--to-code $mod+shift+bracketright move workspace next, workspace next
|
|
$mod+colon move scratchpad
|
|
}
|
|
|
|
# scratchpad
|
|
bindsym $mod+semicolon scratchpad show
|
|
|
|
# sticky
|
|
bindsym $mod+shift+g sticky toggle
|
|
|
|
# exec
|
|
bindsym {
|
|
$mod+return exec footclient
|
|
$mod+shift+return exec foot
|
|
$mod+space exec footclient -T "run" sh -c "IFS=:; find \$PATH -type f,l -perm -100 | fzy -p'run > ' | xargs -r swaymsg exec"
|
|
$mod+shift+space exec footclient -T "find" sh -c "find | fzy -p'find > ' | xargs -r swaymsg exec xdg-open"
|
|
$mod+home exec footclient -T "nmcli" nmcli_fzy.sh
|
|
$mod+shift+home exec footclient -T "nmtui" sh -c "nmtui"
|
|
$mod+end exec footclient -T "mount" udisksctl_fzy.sh
|
|
$mod+x exec makoctl dismiss
|
|
$mod+shift+x exec makoctl restore
|
|
print exec grim - | wl-copy
|
|
}
|
|
|
|
# exec (laptop)
|
|
bindsym {
|
|
XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:audio_sink "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:audio_sink "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:audio_sink "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
XF86AudioMicMute exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:audio_source "$(wpctl get-volume @DEFAULT_AUDIO_SOURCE@)"
|
|
XF86MonBrightnessUp exec brightnessctl set "+1%"; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:brightness "Brightness: $(brightnessctl get)"
|
|
XF86MonBrightnessDown exec brightnessctl set "1%-"; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:brightness "Brightness: $(brightnessctl get)"
|
|
shift+XF86MonBrightnessUp exec brightnessctl set "+10%"; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:brightness "Brightness: $(brightnessctl get)"
|
|
shift+XF86MonBrightnessDown exec brightnessctl set "10%-"; exec notify-send -e -t 2000 -h string:x-canonical-private-synchronous:brightness "Brightness: $(brightnessctl get)"
|
|
}
|
|
|
|
# resize
|
|
bindsym {
|
|
$mod+control+$left resize shrink width
|
|
$mod+control+$down resize grow height
|
|
$mod+control+$up resize shrink height
|
|
$mod+control+$right resize grow width
|
|
}
|
|
|
|
# workspace
|
|
bindsym {
|
|
--to-code $mod+tab workspace back_and_forth
|
|
--to-code $mod+q workspace $wsq
|
|
--to-code $mod+w workspace $wsw
|
|
--to-code $mod+e workspace $wse
|
|
--to-code $mod+r workspace $wsr
|
|
--to-code $mod+t workspace $wst
|
|
--to-code $mod+y workspace $wsy
|
|
--to-code $mod+u workspace $wsu
|
|
--to-code $mod+i workspace $wsi
|
|
--to-code $mod+o workspace $wso
|
|
--to-code $mod+p workspace $wsp
|
|
--to-code $mod+bracketleft workspace prev
|
|
--to-code $mod+bracketright workspace next
|
|
}
|
|
|
|
# client.* #####################################################################
|
|
# class border background text indicator child_border
|
|
client.focused $black $black $magenta $red $black
|
|
client.focused_inactive $black $black $blue $black $black
|
|
client.unfocused $black $black $blue $black $black
|
|
client.urgent $black $black $red $black $black
|
|
|
|
# default_border ###############################################################
|
|
default_border normal 0
|
|
|
|
# default_floating_border ######################################################
|
|
default_floating_border normal 0
|
|
|
|
# exec #########################################################################
|
|
exec {
|
|
systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
|
swayidle -w \
|
|
timeout 300 'swaylock -fu -c$blue' \
|
|
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \
|
|
before-sleep 'swaylock -fu -c$blue'
|
|
wlsunset -l 45 -L 15
|
|
mako
|
|
}
|
|
|
|
workspace $wse
|
|
exec "foot --server", exec "sleep 0.1; footclient"
|
|
|
|
# focus_wrapping ###############################################################
|
|
focus_wrapping yes
|
|
|
|
# font #########################################################################
|
|
font monospace 13
|
|
|
|
# input ########################################################################
|
|
|
|
# keyboard
|
|
input "type:keyboard" {
|
|
xkb_layout us,si
|
|
xkb_options caps:escape,grp:alt_shift_toggle
|
|
repeat_delay 200
|
|
repeat_rate 30
|
|
}
|
|
|
|
# touchpad
|
|
input "type:touchpad" {
|
|
tap enabled
|
|
}
|
|
|
|
# mode #########################################################################
|
|
|
|
# session
|
|
mode $session_mode {
|
|
bindsym {
|
|
r reload, mode default
|
|
l exec swaylock -fu -c$blue, mode default
|
|
q exit, mode default
|
|
s exec systemctl suspend, mode default
|
|
b exec systemctl reboot, mode default
|
|
p exec systemctl poweroff, mode default
|
|
escape mode default
|
|
}
|
|
}
|
|
|
|
# layout
|
|
mode $layout_mode {
|
|
bindsym {
|
|
h layout splith, mode default
|
|
v layout splitv, mode default
|
|
s layout stacking, mode default
|
|
t layout tabbed, mode default
|
|
escape mode default
|
|
}
|
|
}
|
|
|
|
# seat #########################################################################
|
|
seat * hide_cursor 1000
|
|
|
|
# output #######################################################################
|
|
output * background $black solid_color
|