Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
dev: include variables in example conf
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Nov 7, 2022
1 parent 8d7cf9d commit 44253a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,14 @@ device:epic mouse V1 {

# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
$TERM = kitty
$FILES = dolphin

# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, kitty
bind = $mainMod, Q, exec, $TERM
bind = $mainMod, C, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, E, exec, dolphin
bind = $mainMod, E, exec, $FILES
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle
Expand Down

0 comments on commit 44253a1

Please sign in to comment.