Add piped config
This commit is contained in:
parent
be7858d879
commit
72cd2f21a4
3
input.piped.conf
Normal file
3
input.piped.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
input * xkb_layout "us"
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
6
output.piped.conf
Normal file
6
output.piped.conf
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
output * {
|
||||||
|
resolution 3840x2160
|
||||||
|
bg /home/leo/Pictures/random.jpg fill "#0022FF"
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
8
piped
Normal file
8
piped
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
include ./vars.piped.conf
|
||||||
|
include ./output.piped.conf
|
||||||
|
include ./input.piped.conf
|
||||||
|
include ./style.conf
|
||||||
|
include ./bindings.conf
|
||||||
|
include ./services.piped.conf
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
11
services.piped.conf
Normal file
11
services.piped.conf
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||||
|
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
|
|
||||||
|
exec "systemctl --user start avizo"
|
||||||
|
exec "systemctl --user start waybar@begs-big"
|
||||||
|
exec "systemctl --user start mako"
|
||||||
|
exec "systemctl --user start poweralertd-user"
|
||||||
|
exec "systemctl --user import-environment"
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
26
vars.piped.conf
Normal file
26
vars.piped.conf
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
set $mod Mod5
|
||||||
|
set $left h
|
||||||
|
set $down j
|
||||||
|
set $up k
|
||||||
|
set $right l
|
||||||
|
# Your preferred terminal emulator
|
||||||
|
set $term terminator
|
||||||
|
# Your preferred application launcher
|
||||||
|
set $menu rofi -show run
|
||||||
|
set $window_list rofi -show window
|
||||||
|
set $browser MOZ_ENABLE_WAYLAND=1 firefox
|
||||||
|
set $chromium_work ~/.bin/chromium "Work (wlr)"
|
||||||
|
set $chromium_personal ~/.bin/chromium "Personal (wlr)"
|
||||||
|
set $chromium_isolated ~/.bin/chromium "Isolated (x11)"
|
||||||
|
set $chromium_anon ~/.bin/chromium "Incognito (wlr)"
|
||||||
|
set $mua thunderbird
|
||||||
|
set $kitty_term kitty
|
||||||
|
set $alacritty_term env WINIT_UNIX_BACKEND=x11 alacritty
|
||||||
|
set $hyper_term hyper
|
||||||
|
set $files nautilus
|
||||||
|
set $lock swaylock -F -i ~/Pictures/screensaver.jpg
|
||||||
|
set $chbg ~/.bin/change-bg.sh
|
||||||
|
set $clipboard rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
||||||
|
set $files rofi -show filebrowser
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
Loading…
Reference in New Issue
Block a user