Remove fonts, improvements to sway and tmux, open sway in tmux session
This commit is contained in:
@@ -85,9 +85,14 @@ input "1267:12734:ELAN06FA:00_04F3:31BE_Touchpad" {
|
||||
scroll_factor 0.8
|
||||
}
|
||||
|
||||
# Clipboard history
|
||||
exec wl-paste --type text --watch cliphist store
|
||||
exec wl-paste --type image --watch cliphist store
|
||||
# Export important Wayland/Sway session variables to D-Bus and the systemd
|
||||
# user manager. This lets apps and user services launched outside the shell
|
||||
# know which Wayland display to use and that the current desktop is Sway.
|
||||
# Helps with portals, screen sharing, notifications, and D-Bus activated apps.
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
@@ -216,7 +221,7 @@ mode "resize" {
|
||||
bindsym $right resize grow width 10px
|
||||
|
||||
# Ditto, with arrow keys
|
||||
bindsym Left kesize shrink width 10px
|
||||
bindsym Left resize shrink width 10px
|
||||
bindsym Down resize grow height 10px
|
||||
bindsym Up resize shrink height 10px
|
||||
bindsym Right resize grow width 10px
|
||||
|
||||
@@ -4,10 +4,13 @@
|
||||
set -g extended-keys on
|
||||
set -g extended-keys-format csi-u
|
||||
|
||||
# Index from 1
|
||||
# Index windows/tabs and panes from 1 instead of 0.
|
||||
set -g base-index 1
|
||||
setw -g pane-base-index 1
|
||||
|
||||
# Automatically close gaps in window/tab numbers after a window is closed.
|
||||
set -g renumber-windows on
|
||||
|
||||
# Use 256-colour tmux terminfo and advertise truecolour support to apps.
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -as terminal-features ",*:RGB"
|
||||
|
||||
Reference in New Issue
Block a user