modified: config/kitty/current-theme.conf
new file: config/kitty/current-theme1.conf modified: config/kitty/kitty.conf new file: config/mpv/input.conf new file: config/mpv/mpv.conf modified: config/niri/config.kdl new file: config/tmux/tmux.conf new file: nix-packages.md renamed: apps-list.md -> pacman-packages.md
This commit is contained in:
parent
60dcaabe28
commit
89e50ddc44
9 changed files with 104 additions and 6 deletions
|
|
@ -162,8 +162,8 @@ clipboard {
|
|||
disable-primary
|
||||
}
|
||||
cursor {
|
||||
xcursor-theme "BreezeX-Black"
|
||||
xcursor-size 26
|
||||
xcursor-theme "Bibata-Modern-Ice"
|
||||
xcursor-size 20
|
||||
hide-when-typing
|
||||
hide-after-inactive-ms 1000
|
||||
}
|
||||
|
|
@ -181,6 +181,8 @@ spawn-at-startup "swaybg" "-i" "imgs/bafkreiax76e2p3xqoikrkbppjl4mipnaamqrgxkcfg
|
|||
|
||||
// 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 "walker --gapplication-service"
|
||||
|
||||
hotkey-overlay {
|
||||
// Uncomment this line to disable the "Important Hotkeys" pop-up at startup.
|
||||
|
|
@ -283,6 +285,14 @@ window-rule {
|
|||
proportion 0.5
|
||||
}
|
||||
}
|
||||
window-rule {
|
||||
match title="Walker"
|
||||
open-floating true
|
||||
border {
|
||||
off
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
window-rule {
|
||||
match app-id="clipse"
|
||||
|
|
@ -401,6 +411,7 @@ binds {
|
|||
Mod+P { spawn-sh "playerctl -p mpd play-pause"; }
|
||||
Mod+Period { spawn-sh "playerctl -p mpd next"; }
|
||||
Mod+Comma { spawn-sh "playerctl -p mpd previous"; }
|
||||
Ctrl+Alt+V {spawn "/home/unconfer/.sh/paste-txt-file.sh";}
|
||||
|
||||
// Theme Switching (v1.0)
|
||||
// MOD+SHIFT+T { spawn-sh "hyprwave-toggle set-theme zzz"; }
|
||||
|
|
@ -488,7 +499,7 @@ binds {
|
|||
//Mod+Escape repeat=false { toggle-overview; }
|
||||
|
||||
Mod+Shift+C repeat=false { close-window; }
|
||||
|
||||
Mod+Alt+D repeat=false {spawn "hyprwhspr" "record" "toggle";}
|
||||
Mod+Left { focus-column-left; }
|
||||
Mod+Down { focus-window-down; }
|
||||
Mod+Up { focus-window-up; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue