2019-04-18 02:24:19 +00:00
|
|
|
### Variables
|
|
|
|
#
|
|
|
|
set $mod Mod4
|
2019-11-25 17:23:38 +00:00
|
|
|
set $ctrl Control
|
2019-04-18 02:24:19 +00:00
|
|
|
set $left h
|
|
|
|
set $down j
|
|
|
|
set $up k
|
|
|
|
set $right l
|
|
|
|
set $term kitty
|
2020-05-15 16:15:58 +00:00
|
|
|
|
2019-06-16 22:47:19 +00:00
|
|
|
set $menu bash ~/.config/sway/scripts/menu
|
2020-05-15 16:15:58 +00:00
|
|
|
set $pass_menu $term --class fzf-pass -e sh -c /usr/bin/fzf-pass
|
|
|
|
|
2019-06-16 22:47:19 +00:00
|
|
|
set $clipman_menu bash ~/.config/sway/scripts/menu_clipman
|
2020-04-26 03:09:44 +00:00
|
|
|
set $clipman_clear_menu bash ~/.config/sway/scripts/clipman_clear_menu
|
2019-06-16 22:47:19 +00:00
|
|
|
set $printscreen bash ~/.config/sway/scripts/printscreen
|
2019-06-02 04:04:28 +00:00
|
|
|
|
2019-10-06 05:36:31 +00:00
|
|
|
# Support for picture in picture mode.
|
|
|
|
# There is currently no support for automatically positioning it in the bottom
|
|
|
|
# left corner as xdotool doesn't exist in wayland
|
2019-05-15 02:37:21 +00:00
|
|
|
set $PIP floating enabled ; sticky enabled ; border pixel 0
|
|
|
|
for_window [class="mpv"] $PIP
|
|
|
|
for_window [class="pip"] $PIP
|
2019-08-22 03:07:24 +00:00
|
|
|
for_window [window_role="PictureInPicture"] $PIP
|
2019-11-25 17:23:38 +00:00
|
|
|
for_window [class="feh"] floating enabled ; border pixel 0
|
2020-05-15 16:15:58 +00:00
|
|
|
for_window [app_id="fzf-pass"] focus, floating enabled, border pixel 1
|
2019-04-18 02:24:19 +00:00
|
|
|
|
|
|
|
# Status Bar:
|
|
|
|
bar {
|
|
|
|
swaybar_command waybar
|
|
|
|
}
|
|
|
|
|
2019-06-02 02:03:51 +00:00
|
|
|
include config.d/*
|