projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sway: putting monitor to the left of my laptop
[~bandali/configs]
/
.config
/
sway
/
config
diff --git
a/.config/sway/config
b/.config/sway/config
index
d65a63e
..
dcf4bb9
100644
(file)
--- a/
.config/sway/config
+++ b/
.config/sway/config
@@
-7,8
+7,7
@@
set $left h
set $down j
set $up k
set $right l
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
set $menu rofi -show run -display-run '> ' -display-window ' 🗔 '
### Output configuration
@@
-23,8
+22,8
@@
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
# You can get the names of your outputs by running: swaymsg -t get_outputs
output DP-1 res 2560x1440 pos 0,0
# 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,144
0
+#
672 = 1440 - 768
+output LVDS-1 pos
2560,76
0
### Idle configuration
### Idle configuration
@@
-39,7
+38,8
@@
exec swayidle \
#
# start a terminal
bindsym $mod+Return exec $term
#
# 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
# kill focused window
bindsym $mod+Shift+q kill