Switch sway syntax plugin to i3

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-19 01:35:44 +02:00
parent 7e929824b3
commit 7578635fdb
8 changed files with 9 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# vim:ft=sway # vim:ft=i3config
set $mod Mod4 set $mod Mod4
set $term alacritty set $term alacritty

View file

@ -1,4 +1,4 @@
# vim:ft=sway # vim:ft=i3config
input * { input * {
xkb_layout eu xkb_layout eu

View file

@ -1,4 +1,4 @@
# vim:ft=sway # vim:ft=i3config
output * bg $wallpaper fill output * bg $wallpaper fill
output eDP-1 position 0 0 output eDP-1 position 0 0

View file

@ -1,4 +1,4 @@
# vim:ft=sway # vim:ft=i3config
# Start applications in specific workspaces # Start applications in specific workspaces
assign [app_id="telegramdesktop"] workspace 3 assign [app_id="telegramdesktop"] workspace 3

View file

@ -1,4 +1,4 @@
# vim:ft=sway # vim:ft=i3config
# start terminal # start terminal
bindsym $mod+Return exec $term bindsym $mod+Return exec $term

View file

@ -1,4 +1,4 @@
# vim:ft=sway # vim:ft=i3config
default_border none default_border none
gaps inner 10 gaps inner 10

View file

@ -1,4 +1,4 @@
# vim:ft=sway # vim:ft=i3config
exec { exec {
systemctl --user import-environment systemctl --user import-environment

View file

@ -1 +1,3 @@
# vim:ft=i3config
include ~/.config/sway/conf.d/*.conf include ~/.config/sway/conf.d/*.conf