diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index f4527de2a1b896dbbf2c86b613d630333af19098..99e29fa686789c38a05c35149efc6f73fcb1d74d 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -99,8 +99,8 @@ bindsym --locked XF86AudioMicMute exec "pactl set-source-mute 44 toggle"
bindsym --locked XF86MonBrightnessUp exec "/home/michal/.local/bin/brightness up"
bindsym --locked XF86MonBrightnessDown exec "/home/michal/.local/bin/brightness down"
bindsym $mod+Shift+Escape exec "/home/michal/.local/bin/floating alacritty -e gotop"
- bindsym $mod+p exec 'swaymsg "output eDP-1 toggle"'
- bindsym $mod+Shift+p exec 'swaymsg "output DP-5 toggle"'
+ bindsym $mod+p exec 'swaymsg "output $laptop toggle"'
+ bindsym $mod+Shift+p exec 'swaymsg "output $external toggle"'
bindsym $alt+Control+Delete exec "reboot"
bindsym $mod+Shift+Delete exec "playerctl stop | swaylock -i /home/michal/Media/Pictures/lock.png -s fill -u | systemctl hibernate"
bindsym $mod+Control+l exec "swaylock -i /home/michal/Media/Pictures/lock.png -s fill -u"
@@ -110,8 +110,8 @@ bindsym $mod+F11 exec "gammastep -PO 2000K"
bindsym $mod+F12 exec "gammastep -x"
bindsym $mod+x exec "killall -SIGUSR1 waybar"
bindsym $mod+Control+s exec "sn"
- bindsym $mod+Left move workspace to output eDP-1
- bindsym $mod+Right move workspace to output DP-5
+ bindsym $mod+Left move workspace to output $laptop
+ bindsym $mod+Right move workspace to output $external
# Autostart
exec "sudo powertop --auto-tune"
exec "udiskie"