Compare commits

...

3 Commits

3 changed files with 9 additions and 6 deletions

View File

@ -227,6 +227,12 @@ mode "resize" {
} }
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
#
## Gesture
#
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next
# #
# Audio # Audio
# #
@ -261,5 +267,5 @@ bar {
swaybar_command waybar swaybar_command waybar
} }
# include /etc/sway/config.d/* include /etc/sway/config.d/*
include ~/.config/sway/config.d/* include ~/.config/sway/config.d/*

View File

@ -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 blueman-applet
exec_always /usr/bin/nm-applet --indicator exec_always /usr/bin/nm-applet --indicator
exec_always nextcloud 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 $ws1; exec firefox;"
exec swaymsg "workspace $ws2; exec thunderbird;" exec swaymsg "workspace $ws2; exec thunderbird;"
exec swaymsg "workspace scratchpad; exec $term -e 'mocp';"

View File

@ -9,6 +9,7 @@ unbind C-b
set -g prefix C-space set -g prefix C-space
bind C-space send-prefix bind C-space send-prefix
set-option -g status-position top
# Start windows and panes at 1, not 0 # Start windows and panes at 1, not 0
set -g base-index 1 set -g base-index 1
set -g pane-base-index 1 set -g pane-base-index 1