move hyprland configs to correct dir, also update git config
This commit is contained in:
@ -9,6 +9,14 @@
|
||||
[branch]
|
||||
autoSetupRebase = always
|
||||
[commit]
|
||||
gpgsign = true
|
||||
gpgSign = true
|
||||
[tag]
|
||||
gpgSign = true
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[rerere]
|
||||
enabled = true
|
||||
[include]
|
||||
path = ./.git-gpg
|
||||
|
||||
@ -24,9 +24,9 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = uwsm app -- kitty
|
||||
$fileManager = uwsm app -- dolphin
|
||||
$menu = uwsm app -- wofi --show drun
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
|
||||
|
||||
#################
|
||||
@ -211,7 +211,7 @@ bind = $mainMod, Return, exec, $terminal
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, G, exec, uwsm app -- firefox
|
||||
bind = $mainMod, G, exec, firefox
|
||||
bind = $mainMod, D, exec, $menu
|
||||
# bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
Reference in New Issue
Block a user