set $down j
set $up k
set $right l
-set $term alacritty
-set $term2 urxvt
+set $term urxvt
set $menu rofi -show run -display-run '> ' -display-window ' 🗔 '
### Output configuration
# You can get the names of your outputs by running: swaymsg -t get_outputs
output DP-1 res 2560x1440 pos 0,0
-# 597 = (2560/2) - (1366/2)
-output LVDS-1 pos 597,1440
+# 672 = 1440 - 768
+output LVDS-1 pos 2560,760
### Idle configuration
#
# start a terminal
bindsym $mod+Return exec $term
- bindsym $mod+Shift+Return exec $term2
+ bindsym $mod+Shift+Return exec $term -name floating
+ for_window [class="URxvt" instance="floating"] floating enable
# kill focused window
bindsym $mod+Shift+q kill