disabled hot gestures; fixed kanshi and awww

This commit is contained in:
Random936
2026-07-14 19:16:52 -04:00
parent 4a0b4ad9c9
commit 34b3f57709
2 changed files with 12 additions and 3 deletions
+10 -2
View File
@@ -231,8 +231,9 @@ layout {
// See the binds section below for more spawn examples. // See the binds section below for more spawn examples.
// This line starts waybar, a commonly used bar for Wayland compositors. // This line starts waybar, a commonly used bar for Wayland compositors.
spawn-at-startup "kanshi"
spawn-at-startup "waybar" spawn-at-startup "waybar"
spawn-sh-at-startup "kanshi"
spawn-sh-at-startup "awww-daemon"
// To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup: // To run a shell command (with variables, pipes, etc.), use spawn-sh-at-startup:
// spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell" // spawn-sh-at-startup "qs -c ~/source/qs/MyAwesomeShell"
@@ -279,6 +280,13 @@ animations {
clip-to-geometry true clip-to-geometry true
} }
// Turn off hot corners
gestures {
hot-corners {
off;
}
}
binds { binds {
// Keys consist of modifiers separated by + signs, followed by an XKB key name // Keys consist of modifiers separated by + signs, followed by an XKB key name
// in the end. To find an XKB name for a particular key, you may use a program // in the end. To find an XKB name for a particular key, you may use a program
@@ -514,7 +522,7 @@ binds {
// Toggle tabbed column display mode. // Toggle tabbed column display mode.
// Windows in this column will appear as vertical tabs, // Windows in this column will appear as vertical tabs,
// rather than stacked on top of each other. // rather than stacked on top of each other.
Mod+E { toggle-column-tabbed-display; } Mod+T { toggle-column-tabbed-display; }
// Actions to switch layouts. // Actions to switch layouts.
// Note: if you uncomment these, make sure you do NOT have // Note: if you uncomment these, make sure you do NOT have
+2 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }: { { pkgs, ... }: {
imports = [ ./shared.nix ]; imports = [ ./shared.nix ];
@@ -51,6 +51,7 @@
# List packages to be installed for headful systems # List packages to be installed for headful systems
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
awww
fuzzel fuzzel
waybar waybar
kanshi kanshi