projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
emacs: open read-only buffers in view-mode
[~bandali/configs]
/
.config
/
sway
/
config
diff --git
a/.config/sway/config
b/.config/sway/config
index
73a291b
..
dded332
100644
(file)
--- a/
.config/sway/config
+++ b/
.config/sway/config
@@
-21,9
+21,13
@@
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
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
-output DP-1 res 2560x1440 pos 1366,0
+# output DP-1 res 2560x1440 pos 1366,0
+# # 672 = 1440 - 768
+# output LVDS-1 pos 0,760
+
+output DP-1 res 2560x1440 pos 0,0
# 672 = 1440 - 768
# 672 = 1440 - 768
-output LVDS-1 pos 0,760
+output LVDS-1 pos
256
0,760
### Idle configuration
### Idle configuration
@@
-269,7
+273,7
@@
mode notifications {
set $mode_screenshot (a)ll | (r)egion
mode "$mode_screenshot" {
bindsym a exec grim $(xdg-user-dir PICTURES)/shots/$(date +'%Y-%m-%d-%H%M%S.png'); mode default
set $mode_screenshot (a)ll | (r)egion
mode "$mode_screenshot" {
bindsym a exec grim $(xdg-user-dir PICTURES)/shots/$(date +'%Y-%m-%d-%H%M%S.png'); mode default
- bindsym r exec
slurp | grim -g -
$(xdg-user-dir PICTURES)/shots/$(date +'%Y-%m-%d-%H%M%S.png'); mode default
+ bindsym r exec
grim -g "$(slurp)"
$(xdg-user-dir PICTURES)/shots/$(date +'%Y-%m-%d-%H%M%S.png'); mode default
bindsym Escape mode default
bindsym q mode default
bindsym Escape mode default
bindsym q mode default