diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/sway/autostart.m4 | 12 | ||||
-rw-r--r-- | linux/tmux.conf.m4 | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/linux/sway/autostart.m4 b/linux/sway/autostart.m4 index 57094c5..68045e2 100644 --- a/linux/sway/autostart.m4 +++ b/linux/sway/autostart.m4 @@ -5,12 +5,12 @@ exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSO # screen locking m4_changequote({, })m4_dnl m4_ifelse(SYSID, {1}, {m4_dnl -exec swayidle -w \ - timeout 300 'swaymsg "output * dpms off"' \ - timeout 3600 physlock \ - resume 'swaymsg "output * dpms on"' \ - before-sleep physlock -})m4_dnl +#exec swayidle -w \ +# timeout 300 'swaymsg "output * dpms off"' \ +# timeout 3600 physlock \ +# resume 'swaymsg "output * dpms on"' \ +# before-sleep physlock +#})m4_dnl m4_changequote(`, ')m4_dnl # notification centre diff --git a/linux/tmux.conf.m4 b/linux/tmux.conf.m4 index d47c78e..90df21a 100644 --- a/linux/tmux.conf.m4 +++ b/linux/tmux.conf.m4 @@ -43,9 +43,9 @@ set-option -s set-clipboard off bind P paste-buffer bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'r' send -X rectangle-toggle -bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel 'xclip -sel clip -i'` -unbind -T copy-mode-vi Enter -bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i' +#bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-cancel 'xclip -sel clip -i' +#unbind -T copy-mode-vi Enter +#bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i' #bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -ind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i' #bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i'' |