mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
add changes
This commit is contained in:
parent
64237a0772
commit
10d78efe47
@ -1,13 +1,12 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "opensuse_tumbleweed_small",
|
||||
"color": {
|
||||
"1": "green"
|
||||
},
|
||||
"padding": {
|
||||
"top": 2
|
||||
}
|
||||
// "padding": {
|
||||
// "top": 2
|
||||
// }
|
||||
},
|
||||
"display": {
|
||||
"separator": " ",
|
||||
|
@ -1,8 +1,8 @@
|
||||
$lockCmd = hyprlock
|
||||
$lockCmd = pidof hyprlock || hyprlock
|
||||
general {
|
||||
lock_cmd = $lockCmd # dbus/sysd lock command (loginctl lock-session)
|
||||
unlock_cmd = loginctl unlock-session # same as above, but unlock
|
||||
# before_sleep_cmd = $lockCmd # command ran before sleep
|
||||
before_sleep_cmd = $lockCmd # command ran before sleep
|
||||
# after_sleep_cmd = $lockCmd # command ran after sleep
|
||||
ignore_dbus_inhibit = false # whether to ignore dbus-sent idle-inhibit requests (used by e.g. firefox or steam)
|
||||
}
|
||||
|
@ -1 +0,0 @@
|
||||
hyprctl dispatch focuswindow address:"$(hyprctl -j clients | jq -r '.[]|select(.address != "" and .title != "")|(.class + "\t" + .address + "\t" + .title)' | wofi --show dmenu | cut -f2)"
|
@ -179,7 +179,7 @@ source = ~/.config/hypr/rofi.conf
|
||||
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, C, killactive,
|
||||
# bind = $mainMod, M, exit,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, dolphin
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, F, fullscreen, 1
|
||||
@ -194,13 +194,18 @@ bind = $mainMod, F12, exec, grimblast --cursor --notify --freeze save screen
|
||||
bind = $mainMod_SHIFT, F12, exec, grimblast --cursor --notify --freeze save active
|
||||
bind = $mainMod SHIFT, P, pin
|
||||
bind = $mainMod SHIFT, B, exec, firefox
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Move focus with mainMod + h/j/k/l
|
||||
bind = $mainMod_SHIFT, h, movefocus, l
|
||||
bind = $mainMod_SHIFT, j, movefocus, d
|
||||
bind = $mainMod_SHIFT, k, movefocus, u
|
||||
bind = $mainMod_SHIFT, l, movefocus, r
|
||||
|
||||
|
||||
# Cycle through windows
|
||||
# bind = SHIFT_CTRL,W, cyclenext
|
||||
|
@ -1,6 +1,6 @@
|
||||
bind = $mainMod, R, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m drun
|
||||
bind = $mainMod, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m run
|
||||
bind = $mainMod, W, exec, ~/.config/hypr/hyprland-window-switcher.sh
|
||||
bind = $mainMod, W, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m window
|
||||
bind = $mainMod_ALT, B, exec, ~/.config/rofi/launchers/type-6/launcher.sh -m filebrowser
|
||||
bind = $mainMod, X, exec, ~/.config/rofi/powermenu/type-6/powermenu.sh
|
||||
bind = $secondaryMod, V, exec, ~/.config/rofi/applets/bin/volume.sh
|
||||
|
@ -1270,7 +1270,7 @@ background_opacity 0.97
|
||||
#: kitty will cycle through various known editors (vim, emacs, etc.)
|
||||
#: and take the first one that exists on your system.
|
||||
|
||||
# close_on_child_death no
|
||||
close_on_child_death yes
|
||||
|
||||
#: Close the window when the child process (shell) exits. With the
|
||||
#: default value no, the terminal will remain open when the child
|
||||
|
@ -51,7 +51,7 @@ vim.keymap.set("n", "<leader>bd", "<cmd>bd<CR>")
|
||||
vim.keymap.set("n", "<leader>bda", "<cmd>:%bd|e#<CR>")
|
||||
|
||||
|
||||
vim.keymap.set("n", "<leader><leader>", function()
|
||||
vim.cmd("so")
|
||||
end)
|
||||
-- vim.keymap.set("n", "<leader><leader>", function()
|
||||
-- vim.cmd("so")
|
||||
-- end)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user