mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
sway: modular config
This commit is contained in:
parent
93a6613abc
commit
050799b77f
17 changed files with 264 additions and 193 deletions
16
home/dot_config/sway/variables
Normal file
16
home/dot_config/sway/variables
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# vim:ft=swayconfig
|
||||
|
||||
# Logo key. Use Mod1 for Alt.
|
||||
set $mod Mod4
|
||||
# Home row direction keys, like vim
|
||||
set $left h
|
||||
set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
set $term kitty
|
||||
set $term_runner kitty
|
||||
set $explorer dolphin
|
||||
set $explorer_cli "yazi"
|
||||
set $icon_theme Papirus
|
||||
set $menu rofi
|
||||
set $launcher rofi -show drun -icon-theme $icon_theme -show-icons
|
||||
Loading…
Add table
Add a link
Reference in a new issue