disabled hot gestures; fixed kanshi and awww
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user