aboutsummaryrefslogtreecommitdiff
path: root/user/sway/config
diff options
context:
space:
mode:
Diffstat (limited to 'user/sway/config')
-rw-r--r--user/sway/config13
1 files changed, 12 insertions, 1 deletions
diff --git a/user/sway/config b/user/sway/config
index 2fafff8..5698aae 100644
--- a/user/sway/config
+++ b/user/sway/config
@@ -3,6 +3,8 @@
exec mako # notification daemon
exec poweralertd
+seat seat0 xcursor_theme "Capitaine Cursors (Gruvbox)" 24
+
### Variables
#
# Logo key. Use Mod1 for Alt.
@@ -18,7 +20,7 @@ set $term foot
set $menu wmenu-run
### Output configuration
-exec_always <~/repos/pad/roadmap.md sed 's/(.\+)//' | set-wallpaper
+exec_always <~/repos/notes/roadmap.md sed 's/(.\+)//' | set-wallpaper
# Example configuration:
#
@@ -57,6 +59,13 @@ input "type:keyboard" {
xkb_file "~/config/colematik/colematik.xkb"
}
+input "10429:2395:UGTABLET_Artist_Pro_16_(Gen2)" {
+ map_to_output "DP-1"
+}
+input "10429:514:Hanvon_Ugee_Shortcut_Remote_Keyboard" {
+ xkb_layout "us"
+}
+
### Key bindings
#
# Basics:
@@ -82,6 +91,8 @@ input "type:keyboard" {
# Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+q exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
+
+ bindsym $mod+m exec foot zsh -c 'cd ~/repos/notes && ed --min-query-length 1'
#
# Moving around:
#