Compare commits

...

4 Commits

4 changed files with 8 additions and 4 deletions

View File

@ -35,6 +35,8 @@ set $menu rofi -show combi -modes combi -combi-modes "drun,run" -show-icons -nor
# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/)
output * bg $bg tile
output * max_render_time 6
# Default autostart workspace
set $chat_workspace 9

View File

@ -4,6 +4,8 @@ set $right_disp "Dell Inc. DELL U2715H GH85D66Q08QS"
output $right_disp pos 2560 0
set $left_disp "Dell Inc. DELL S2721DGF 8SVBP83"
output $left_disp pos 0 0
output $left_disp adaptive_sync on
output $left_disp mode 2560x1440@165.080Hz
input * {
xkb_numlock enabled

View File

@ -44,9 +44,9 @@ set mem inaccessible-by-default off
# end
# upgrade remote commands
define target remote
target extended-remote $arg0
end
#define target remote
# target extended-remote $arg0
#end
define xxd

View File

@ -3,7 +3,7 @@
email = arti.zirk@gmail.com
[merge]
tool = meld
conflictstyle = diff3
conflictStyle = zdiff3
[alias]
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches