Compare commits
3 Commits
42b373b467
...
f85841cafe
Author | SHA1 | Date | |
---|---|---|---|
f85841cafe | |||
140872d0e6 | |||
5b9d495de9 |
@ -227,6 +227,12 @@ mode "resize" {
|
||||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
#
|
||||
## Gesture
|
||||
#
|
||||
bindgesture swipe:right workspace prev
|
||||
bindgesture swipe:left workspace next
|
||||
|
||||
#
|
||||
# Audio
|
||||
#
|
||||
@ -261,5 +267,5 @@ bar {
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
||||
# include /etc/sway/config.d/*
|
||||
include /etc/sway/config.d/*
|
||||
include ~/.config/sway/config.d/*
|
||||
|
@ -1,7 +1,3 @@
|
||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
|
||||
exec_always blueman-applet
|
||||
exec_always /usr/bin/nm-applet --indicator
|
||||
exec_always nextcloud
|
||||
@ -18,4 +14,4 @@ exec_always "systemctl --user import-environment; systemctl --user start sway-se
|
||||
|
||||
exec swaymsg "workspace $ws1; exec firefox;"
|
||||
exec swaymsg "workspace $ws2; exec thunderbird;"
|
||||
|
||||
exec swaymsg "workspace scratchpad; exec $term -e 'mocp';"
|
||||
|
@ -9,6 +9,7 @@ unbind C-b
|
||||
set -g prefix C-space
|
||||
bind C-space send-prefix
|
||||
|
||||
set-option -g status-position top
|
||||
# Start windows and panes at 1, not 0
|
||||
set -g base-index 1
|
||||
set -g pane-base-index 1
|
||||
|
Loading…
Reference in New Issue
Block a user