This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/sway/config

56 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-12-01 20:10:22 +01:00
# {{@@ header() @@}}
# _____ ____ _ _ _
# / __\ \ /\ / / _` | | | |
# \__ \\ V V / (_| | |_| |
# |___/ \_/\_/ \__,_|\__, |
# |___/
###############################################################
# Variables
###############################################################
# Logo key.
set $mod Mod4
# mouse button for dragging.
floating_modifier $mod normal
# Home row direction keys, like vim
set $Left {{@@ key.left @@}}
set $Down {{@@ key.down @@}}
set $Up {{@@ key.up @@}}
set $Right {{@@ key.right @@}}
2021-02-14 19:19:17 +01:00
set $tabL {{@@ key.tabL @@}}
set $tabR {{@@ key.tabR @@}}
2020-12-01 20:10:22 +01:00
set $menu s
set $mus r
set $wallPath\
{%@@ if color.type == 'dark' @@%}
2021-02-21 23:00:19 +01:00
~/.local/share/wallpapers/assembly_dark.png
2020-12-01 20:10:22 +01:00
{%@@ else @@%}
2021-02-21 23:00:19 +01:00
~/.local/share/wallpapers/assembly_light.png
2020-12-01 20:10:22 +01:00
{%@@ endif @@%}
###############################################################
# Includes
###############################################################
include input
include visual
include keys-window
include keys-run
include keys-special
include modes
include assigns
include daemons
include /etc/sway/config.d/
2020-12-01 20:30:44 +01:00
# vim:ft=i3