latest
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
font 'JetBrainsMono NF' 10
|
||||
font 'JetBrainsMono NF' 9
|
||||
|
||||
### Variables
|
||||
#set $mod Mod4
|
||||
@@ -19,7 +19,8 @@ include /etc/sway/config-vars.d/*
|
||||
### Output configuration
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
#output * background ~/Downloads/jordan-duca-aOqEXM_zI_4-unsplash.jpg fill
|
||||
output * scale 1.8
|
||||
|
||||
output * scale 1.8 bg #000000 solid_color
|
||||
output $laptop scale 1.9 mode 2880x1800@60Hz
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
@@ -160,6 +161,11 @@ mode "resize" {
|
||||
bindsym $up resize shrink height 10px
|
||||
bindsym $left resize grow width 10px
|
||||
|
||||
bindsym Shift+$right resize shrink width 40px
|
||||
bindsym Shift+$down resize grow height 40px
|
||||
bindsym Shift+$up resize shrink height 40px
|
||||
bindsym Shift+$left resize grow width 40px
|
||||
|
||||
# Ditto, with arrow keys
|
||||
bindsym Left resize shrink width 10px
|
||||
bindsym Down resize grow height 10px
|
||||
@@ -176,7 +182,7 @@ bindsym $mod+Shift+s sticky toggle
|
||||
bindsym $mod+Shift+o exec 'playerctl pause && swaylock -c 0x0000'
|
||||
|
||||
# Status Bar:
|
||||
#
|
||||
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
@@ -226,30 +232,27 @@ bindgesture swipe:left workspace next
|
||||
exec dex -a
|
||||
exec powertop --auto-tune
|
||||
exec swaync
|
||||
exec sway-audio-idle-inhibit
|
||||
exec wl-paste -t text --watch clipman store --no-persist
|
||||
|
||||
seat seat0 xcursor_theme Adwaita 25
|
||||
|
||||
exec dbus-update-activation-environment WAYLAND_DISPLAY \
|
||||
DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK I3SOCK XCURSOR_SIZE XCURSOR_THEME
|
||||
#exec dbus-update-activation-environment WAYLAND_DISPLAY \
|
||||
# DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK I3SOCK XCURSOR_SIZE XCURSOR_THEME
|
||||
|
||||
#ENV
|
||||
exec export MOZ_ENABLE_WAYLAND=1
|
||||
exec export WLR_DRM_NO_MODIFIERS=1
|
||||
exec export QT_QPA_PLATFORM="wayland-egl;xcb"
|
||||
exec export SDL_VIDEODRIVER=wayland
|
||||
exec export XDG_SESSION_TYPE=wayland
|
||||
exec wl-paste -t text --watch clipman store --no-persist
|
||||
|
||||
|
||||
# Looks
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 2
|
||||
#default_border pixel 2
|
||||
#default_floating_border pixel 2
|
||||
gaps inner 2
|
||||
gaps outer 2
|
||||
blur enable
|
||||
corner_radius 5
|
||||
titlebar_border_thickness 0
|
||||
titlebar_padding 0
|
||||
|
||||
client.focused #e28743 #e28743 #ffffff
|
||||
#client.focused #e28743 #e28743 #ffffff
|
||||
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
Reference in New Issue
Block a user