vim syntax highlighting
This commit is contained in:
parent
b016f18d20
commit
d2c24681a2
|
@ -170,3 +170,5 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
default_border none
|
default_border none
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
2
config
2
config
|
@ -6,3 +6,5 @@ include ./bindings.conf
|
||||||
include ./services.conf
|
include ./services.conf
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -315,3 +315,5 @@ default_border none
|
||||||
# }
|
# }
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
2
env
2
env
|
@ -3,3 +3,5 @@ QT_SCALE_FACTOR=1
|
||||||
QT_AUTO_SCREEN_SCALE_FACTOR=0
|
QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||||
QT_QPA_PLATFORM=wayland
|
QT_QPA_PLATFORM=wayland
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -5,3 +5,5 @@ QT_QPA_PLATFORM=wayland
|
||||||
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
XDG_CURRENT_DESKTOP=sway
|
XDG_CURRENT_DESKTOP=sway
|
||||||
SWAY_STATE=debug
|
SWAY_STATE=debug
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
_JAVA_AWT_WM_NONREPARENTING=1
|
_JAVA_AWT_WM_NONREPARENTING=1
|
||||||
XDG_CURRENT_DESKTOP=sway
|
XDG_CURRENT_DESKTOP=sway
|
||||||
SWAY_STATE=system
|
SWAY_STATE=system
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -21,3 +21,5 @@ input "Logitech Keyboard" {
|
||||||
xkb_model "logitech_base"
|
xkb_model "logitech_base"
|
||||||
xkb_numlock enabled
|
xkb_numlock enabled
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -20,3 +20,5 @@ output 'Samsung Electric Company C34J79x H1AK500000' {
|
||||||
resolution 3440x1440
|
resolution 3440x1440
|
||||||
bg /home/leo/Pictures/random.jpg fill "#0022FF"
|
bg /home/leo/Pictures/random.jpg fill "#0022FF"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -17,3 +17,5 @@ output DP-1 {
|
||||||
position 0,0
|
position 0,0
|
||||||
bg /home/leo/Pictures/wallpapers/portal_l.jpg fill "#FF2200"
|
bg /home/leo/Pictures/wallpapers/portal_l.jpg fill "#FF2200"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -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' \
|
# timeout 5 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
|
||||||
# resume 'swaymsg "output * dpms on"' \
|
# resume 'swaymsg "output * dpms on"' \
|
||||||
# before-sleep '$lock'
|
# before-sleep '$lock'
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -8,3 +8,5 @@ font pango:FiraCode 10
|
||||||
for_window [app_id="^.*"] border pixel 2
|
for_window [app_id="^.*"] border pixel 2
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 2
|
||||||
gaps inner 5
|
gaps inner 5
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
|
@ -22,3 +22,5 @@ set $lock swaylock -F -i ~/Pictures/screensaver.jpg
|
||||||
set $chbg ~/.bin/change-bg.sh
|
set $chbg ~/.bin/change-bg.sh
|
||||||
set $clipboard rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
set $clipboard rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
|
||||||
set $files rofi -show filebrowser
|
set $files rofi -show filebrowser
|
||||||
|
|
||||||
|
# vim:syntax=swayconfig:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user