Updated waybar fuzzel and niri configs for the laptop

This commit is contained in:
2025-06-26 14:01:04 +09:30
parent 221c1b1593
commit d5bae08f32
6 changed files with 30 additions and 10 deletions

View File

@@ -24,17 +24,18 @@ input {
// Next sections include libinput settings.
// Omitting settings disables them, or leaves them at their default values.
touchpad {
off
// off
// tap
// dwt
// dwtp
// drag false
// drag-lock
// natural-scroll
natural-scroll
// accel-speed 0.2
// accel-profile "flat"
// scroll-method "two-finger"
// disabled-on-external-mouse
scroll-method "two-finger"
disabled-on-external-mouse
click-method "clickfinger"
}
mouse {
@@ -56,6 +57,18 @@ input {
// middle-emulation
}
touch {
// off
map-to-output "eDP-1"
}
tablet {
// off
map-to-output "eDP-1"
// left-handed
// calibration-matrix 1.0 0.0 0.0 0.0 1.0 0.0
}
// Uncomment this to make the mouse warp to the center of newly focused windows.
warp-mouse-to-focus
@@ -65,6 +78,7 @@ input {
// Change the Mod key to Alt
mod-key "Alt"
mod-key-nested "Super"
}
// You can configure outputs by their name, which you can find
@@ -295,6 +309,7 @@ spawn-at-startup "/home/danmac/.local/bin/sway_startup" "/usr/share/backgrounds/
spawn-at-startup "xwayland-satellite"
spawn-at-startup "xrdb" "/home/danmac/.Xresources"
spawn-at-startup "flatpak" "run" "com.nextcloud.desktopclient.nextcloud"
spawn-at-startup "cosmic-app-library"
environment {
DISPLAY ":0"
@@ -391,7 +406,8 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Mod+D hotkey-overlay-title="Open the COSMIC App Launcher" { spawn "cosmic-app-library"; }
Mod+Shift+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Mod+B hotkey-overlay-title="Open the Default Browser" { spawn "xdg-open" "http://"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }