initial checkin with most things working, but still mostly my i3 config
This commit is contained in:
commit
0a34210827
23 changed files with 701 additions and 0 deletions
36
config
Normal file
36
config
Normal file
|
@ -0,0 +1,36 @@
|
|||
# This configuration has been modified. Mostly global config is in this config, everything else
|
||||
# is in conf.d
|
||||
|
||||
#Set the $mod key to super/meta/"windows key"
|
||||
set $mod Mod4
|
||||
#Set $alt to the alt key
|
||||
set $alt Mod1
|
||||
|
||||
font pango:Noto Sans 9
|
||||
hide_edge_borders smart
|
||||
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
xwayland enable
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
|
||||
# Include default workspace variables
|
||||
exec swayidle -w \
|
||||
timeout 600 '/home/kellya/.config/sway/scripts/lock.sh' \
|
||||
timeout 900 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep '/home/kellya/.config/sway/scripts/lock.sh'
|
||||
include workspaces.conf
|
||||
|
||||
# Include the initial exec commands
|
||||
include autostart.conf
|
||||
|
||||
|
||||
# Pull the rest of config from .conf files in conf.d
|
||||
include conf.d/*.conf
|
Loading…
Add table
Add a link
Reference in a new issue