diff options
author | vaxerski <[email protected]> | 2022-03-20 16:01:47 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-03-20 16:01:47 +0100 |
commit | 2e18fa268a21727d6c9c302e557a5d0f81fad714 (patch) | |
tree | fa0b988ece83b60d19d1d662ac73c7dd0746c734 /example | |
parent | 50370e4216110bed8068ce9b6c1095452cc8456f (diff) | |
download | Hyprland-2e18fa268a21727d6c9c302e557a5d0f81fad714.tar.gz Hyprland-2e18fa268a21727d6c9c302e557a5d0f81fad714.zip |
default workspace option
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 6c4a7b4a..c10abe72 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -4,6 +4,7 @@ # Refer to the wiki for more information. monitor=,1280x720@60,0x0,0.5,1 +workspace=DP-1,1 general { max_fps=240 @@ -15,4 +16,8 @@ general { border_size=1 col.active_border=0x66ee1111 col.inactive_border=0x66333333 -}
\ No newline at end of file +} + +bind=SUPER,T,exec,xterm +bind=SUPER,Q,killactive, +bind=SUPERSHIFT,Q,exec,pkill Hyprland
\ No newline at end of file |