Mixed updates
This commit is contained in:
@@ -28,8 +28,10 @@ set $srclocker swaylock -c 222222 -u -i eDP-1:~/wallpapers/radiance.png\
|
||||
#
|
||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||
# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||
output * pos 1920 0 res 1920 1080
|
||||
output eDP-1 pos 0 300 res 3840 2160
|
||||
output "Goldstar Company Ltd M2080D 0x00000101" pos 1920 0 res 1920 1080
|
||||
output HDMI-A-3 pos 1920 0 res 1920 1080
|
||||
output * bg ~/wallpapers/filianore-u.jpg fill
|
||||
focus output eDP-1
|
||||
#
|
||||
@@ -97,8 +99,8 @@ input "1739:0:Synaptics_TM3276-031" {
|
||||
bindsym XF86AudioMicMute exec amixer -c 0 sset Capture toggle
|
||||
|
||||
# Brightness
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl s +5%
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl s 5%-
|
||||
|
||||
# Start your launcher
|
||||
bindsym $mod+r exec $menu
|
||||
@@ -119,9 +121,7 @@ input "1739:0:Synaptics_TM3276-031" {
|
||||
'swaymsg exit'
|
||||
|
||||
# Screenshot
|
||||
bindsym Print exec grim\
|
||||
-o $(swaymsg -t get_outputs | jq -r '.[] | select(.focused) | .name') -\
|
||||
| wl-copy -t image/png
|
||||
bindsym Print exec grim -g "$(slurp -d)" - | wl-copy -t image/png
|
||||
#
|
||||
# Moving around:
|
||||
#
|
||||
@@ -273,16 +273,11 @@ include /etc/sway/config.d/*
|
||||
assign [class="discord"] workspace 3
|
||||
assign [class="Spotify"] workspace 3
|
||||
for_window [class="Spotify"] opacity 0.8
|
||||
#for_window [class="Chromium"] opacity 0.9
|
||||
|
||||
exec redshift -O 4500 -m wayland
|
||||
exec megasync
|
||||
#exec redshift -O 4500 -m wayland
|
||||
exec nm-applet --indicator
|
||||
|
||||
exec qjackctl
|
||||
for_window [class="QjackCtl"] floating enable
|
||||
for_window [title="Graphe — QjackCtl"] floating disable
|
||||
exec ~/.local/start_jack.sh
|
||||
#exec ~/.local/start-jack.sh
|
||||
|
||||
exec ~/.config/sway/workspace-rename.sh
|
||||
|
||||
@@ -297,16 +292,4 @@ workspace 3 output eDP-1
|
||||
exec discord
|
||||
exec spotify
|
||||
|
||||
workspace 4 output "Dell Inc. DELL U2410 F525M0A1082L"
|
||||
|
||||
workspace 5 output "Dell Inc. DELL U2410 F525M0A1082L"
|
||||
|
||||
workspace 6 output "Dell Inc. DELL U2410 F525M0A1082L"
|
||||
|
||||
workspace 7 output "Dell Inc. DELL U2717D JXRPT83GAHKS"
|
||||
|
||||
workspace 8 output "Dell Inc. DELL U2717D JXRPT83GAHKS"
|
||||
|
||||
workspace 9 output "Dell Inc. DELL U2717D JXRPT83GAHKS"
|
||||
|
||||
exec xrdb -load ~/.Xresources
|
||||
|
||||
Reference in New Issue
Block a user