aboutsummaryrefslogtreecommitdiffhomepage
path: root/example
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-03-20 16:01:47 +0100
committervaxerski <[email protected]>2022-03-20 16:01:47 +0100
commit2e18fa268a21727d6c9c302e557a5d0f81fad714 (patch)
treefa0b988ece83b60d19d1d662ac73c7dd0746c734 /example
parent50370e4216110bed8068ce9b6c1095452cc8456f (diff)
downloadHyprland-2e18fa268a21727d6c9c302e557a5d0f81fad714.tar.gz
Hyprland-2e18fa268a21727d6c9c302e557a5d0f81fad714.zip
default workspace option
Diffstat (limited to 'example')
-rw-r--r--example/hyprland.conf7
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