dotfiles/sway/config

37 lines
975 B
Plaintext
Raw Normal View History

### Variables
#
set $mod Mod4
2019-11-25 17:23:38 +00:00
set $ctrl Control
set $left h
set $down j
set $up k
set $right l
set $term kitty
2020-06-27 04:21:13 +00:00
set $scripts $HOME/.config/sway/scripts
2020-08-25 01:07:30 +00:00
set $rofi-scripts $HOME/.config/rofi/scripts
2020-06-27 04:21:13 +00:00
set $tty-popup $scripts/tty-popup
set $menu bash $scripts/menu
set $pass_menu $tty-popup pass $scripts/fzf-pass
set $clip_menu $tty-popup pass $scripts/clipboard menu
set $printscreen bash $scripts/printscreen
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
set $PIP floating enabled ; sticky enabled ; border pixel 0
for_window [class="mpv"] $PIP
for_window [class="pip"] $PIP
for_window [class="feh"] $PIP
2020-07-09 23:52:43 +00:00
for_window [class="firefox" title="^Picture-in-Picture$"] $PIP
2020-06-27 04:21:13 +00:00
for_window [app_id="tty-popup"] focus; $PIP
for_window [app_id="tty-popup" title="^pass$"] resize set 33 ppt 33 ppt
# Status Bar:
bar {
swaybar_command waybar
}
include config.d/*