aboutsummaryrefslogtreecommitdiff
path: root/config/sway/config
blob: 4f2a54843b90cb96bd7980badeae62898a3a757e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# vim: ft=swayconfig
exec --no-startup-id dbus-update-activation-environment --all
exec --no-startup-id myswaylock
exec --no-startup-id swaybackground
################################################################################
include inputs
include theme
################################################################################
include bar

smart_borders on
default_border normal
mouse_warping container
font pango:DejaVu Sans Mono 8
titlebar_padding 3 1

workspace_layout tabbed

################################################################################
set $mod Mod4

# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
tiling_drag disable

# Kill focused window
bindsym $mod+q kill
# Bar toggle
bindsym $mod+b bar mode toggle
# reload the configuration file
bindsym $mod+Shift+r reload

include bindsym-*

################################################################################
include daemons