Compare commits
No commits in common. "f85841cafe6ff10f3f907f4dc72dea18692ab509" and "42b373b467e73fe1296aa5d411a03b8e0f9f1382" have entirely different histories.
f85841cafe
...
42b373b467
@ -227,12 +227,6 @@ mode "resize" {
|
||||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
#
|
||||
## Gesture
|
||||
#
|
||||
bindgesture swipe:right workspace prev
|
||||
bindgesture swipe:left workspace next
|
||||
|
||||
#
|
||||
# Audio
|
||||
#
|
||||
@ -267,5 +261,5 @@ bar {
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
# include /etc/sway/config.d/*
|
||||
include ~/.config/sway/config.d/*
|
||||
|
@ -1,3 +1,7 @@
|
||||
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
|
||||
@ -14,4 +18,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,7 +9,6 @@ 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