New Hyprland keybinding, disable wayvnc and fix cursor
This commit is contained in:
parent
795b5a05ce
commit
59e1329644
2 changed files with 16 additions and 26 deletions
|
@ -5,9 +5,9 @@ cursor {
|
|||
}
|
||||
|
||||
env = HYPRCURSOR_THEME,catppuccin-mocha-sapphire
|
||||
env = HYPRCURSOR_SIZE,48
|
||||
env = HYPRCURSOR_SIZE,40
|
||||
env = XCURSOR_THEME,catppuccin-mocha-sapphire
|
||||
env = XCURSOR_SIZE,48
|
||||
env = XCURSOR_SIZE,40
|
||||
|
||||
$mod = SUPER
|
||||
|
||||
|
@ -35,6 +35,7 @@ bind = $mod, t, exec, footclient $SHELL
|
|||
bind = $mod, RETURN, exec, emacsclient -c --eval "(ccr/start-eshell)"
|
||||
bind = $mod, m, exec, emacsclient -c --eval '(notmuch-search "tag:new")'
|
||||
bind = $mod, g, exec, emacsclient -c --eval '(switch-to-buffer (gptel "*ChatGPT*"))'
|
||||
bind = $mod, c, exec, emacsclient -c --eval '(org-roam-dailies-capture-today)'
|
||||
bind = $mod, d, exec, fuzzel --background-color=253559cc --border-radius=5 --border-width=0
|
||||
bind = $mod, s, exec, screenshot.sh
|
||||
bind = $mod, n, exec, logseq
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue