17 lines
585 B
Text
17 lines
585 B
Text
|
|
# 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
|