Add sway config and other Wayland-related stuff
This commit is contained in:
parent
2ef36eb976
commit
ecd2f63c92
18 changed files with 664 additions and 0 deletions
16
.config/sway/config.d/01_vars
Normal file
16
.config/sway/config.d/01_vars
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Define defaults for variables used throughout the configuration.
|
||||
# Override variables either in a file like `09_vars_local` or by replacing this file.
|
||||
|
||||
# Set default modifier: Mod4 = Super/Win key
|
||||
set $mod Mod4
|
||||
|
||||
# Set default terminal emulator
|
||||
set $terminal sakura
|
||||
|
||||
# Set command to run default terminal emulator in floating mode
|
||||
# NOTE: When using a different terminal, you might need to define a custom window rule for this.
|
||||
set $terminal_floating sakura --name=sakura-floating
|
||||
|
||||
# Set application launcher
|
||||
set $app_launcher rofi -show run
|
||||
set $app_launcher_alt rofi -show drun
|
||||
Loading…
Add table
Add a link
Reference in a new issue