vim syntax highlighting

ada
blallo 2023-05-14 11:41:46 +02:00
parent b016f18d20
commit d2c24681a2
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
13 changed files with 26 additions and 0 deletions

View File

@ -170,3 +170,5 @@ mode "resize" {
bindsym $mod+r mode "resize"
default_border none
# vim:syntax=swayconfig:

2
config
View File

@ -6,3 +6,5 @@ include ./bindings.conf
include ./services.conf
include /etc/sway/config.d/*
# vim:syntax=swayconfig:

View File

@ -315,3 +315,5 @@ default_border none
# }
include /etc/sway/config.d/*
# vim:syntax=swayconfig:

2
env
View File

@ -3,3 +3,5 @@ QT_SCALE_FACTOR=1
QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_QPA_PLATFORM=wayland
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# vim:syntax=swayconfig:

View File

@ -5,3 +5,5 @@ QT_QPA_PLATFORM=wayland
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
XDG_CURRENT_DESKTOP=sway
SWAY_STATE=debug
# vim:syntax=swayconfig:

View File

@ -1,3 +1,5 @@
_JAVA_AWT_WM_NONREPARENTING=1
XDG_CURRENT_DESKTOP=sway
SWAY_STATE=system
# vim:syntax=swayconfig:

View File

@ -21,3 +21,5 @@ input "Logitech Keyboard" {
xkb_model "logitech_base"
xkb_numlock enabled
}
# vim:syntax=swayconfig:

View File

@ -20,3 +20,5 @@ output 'Samsung Electric Company C34J79x H1AK500000' {
resolution 3440x1440
bg /home/leo/Pictures/random.jpg fill "#0022FF"
}
# vim:syntax=swayconfig:

View File

@ -17,3 +17,5 @@ output DP-1 {
position 0,0
bg /home/leo/Pictures/wallpapers/portal_l.jpg fill "#FF2200"
}
# vim:syntax=swayconfig:

View File

@ -1,2 +1,4 @@
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# vim:syntax=swayconfig:

View File

@ -15,3 +15,5 @@ exec "systemctl --user import-environment; systemctl --user start swayidle"
# timeout 5 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
# resume 'swaymsg "output * dpms on"' \
# before-sleep '$lock'
# vim:syntax=swayconfig:

View File

@ -8,3 +8,5 @@ font pango:FiraCode 10
for_window [app_id="^.*"] border pixel 2
for_window [class="^.*"] border pixel 2
gaps inner 5
# vim:syntax=swayconfig:

View File

@ -22,3 +22,5 @@ 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: