stashing changes before switching to lua
This commit is contained in:
@@ -100,7 +100,7 @@ bind = $mainMod, E, togglespecialworkspace, email
|
|||||||
bind = $mainMod, G, exec, steam -forcedesktopscaling 0.5
|
bind = $mainMod, G, exec, steam -forcedesktopscaling 0.5
|
||||||
bind = $mainMod, G, togglespecialworkspace, gaming
|
bind = $mainMod, G, togglespecialworkspace, gaming
|
||||||
|
|
||||||
bind = $mainMod, N, togglespecialworkspace, obsidian
|
bind = $mainMod, N, togglespecialworkspace, notes
|
||||||
|
|
||||||
bind = $mainMod, X, togglespecialworkspace, phantom
|
bind = $mainMod, X, togglespecialworkspace, phantom
|
||||||
bind = $mainMod, X, togglespecialworkspace, phantom
|
bind = $mainMod, X, togglespecialworkspace, phantom
|
||||||
@@ -137,6 +137,7 @@ bind = $mainMod, SPACE, exec, playerctl play-pause
|
|||||||
bind = ALT_L, C, exec, $ipc plugin:clipper openPanel
|
bind = ALT_L, C, exec, $ipc plugin:clipper openPanel
|
||||||
bind = ,code:148, exec, kitty --class calc-term -o "confirm_os_window_close 0" /home/venus/.cargo/bin/mathypad
|
bind = ,code:148, exec, kitty --class calc-term -o "confirm_os_window_close 0" /home/venus/.cargo/bin/mathypad
|
||||||
bind = SUPER, escape, exec, kitty --class btop -o "confirm_os_window_close 0" /usr/bin/btop
|
bind = SUPER, escape, exec, kitty --class btop -o "confirm_os_window_close 0" /usr/bin/btop
|
||||||
|
bind = SUPER SHIFT, escape, exec, kitty --class btop -o "confirm_os_window_close 0" /usr/bin/nvtop
|
||||||
bind = $mainMod, I, exec, /home/venus/.config/scripts/connectPhone.sh
|
bind = $mainMod, I, exec, /home/venus/.config/scripts/connectPhone.sh
|
||||||
bind = $mainMod, I, exec, scrcpy --no-audio --no-video --keyboard=uhid --mouse=uhid
|
bind = $mainMod, I, exec, scrcpy --no-audio --no-video --keyboard=uhid --mouse=uhid
|
||||||
bind = $mainMod SHIFT, I, exec, /home/venus/.config/scripts/connectPhone.sh
|
bind = $mainMod SHIFT, I, exec, /home/venus/.config/scripts/connectPhone.sh
|
||||||
@@ -164,9 +165,9 @@ gesture = 3, down, special, magic
|
|||||||
# 12. quick access to controls submap
|
# 12. quick access to controls submap
|
||||||
bind = $mainMod, comma, exec, $ipc controlCenter toggle
|
bind = $mainMod, comma, exec, $ipc controlCenter toggle
|
||||||
bind = $mainMod, period, exec, $ipc settings toggle
|
bind = $mainMod, period, exec, $ipc settings toggle
|
||||||
bind = , PRINT, exec, hyprshot -m active -m window --output-folder ~/screenshot
|
bind = , PRINT, exec, hyprshot -m active -m window --output-folder ~/Images/Screenshots
|
||||||
bind = SHIFT, PRINT, exec, hyprshot -m region --output-folder ~/screenshots
|
bind = SHIFT, PRINT, exec, hyprshot -m region --output-folder ~/Images/Screenshots
|
||||||
bind = ALT, PRINT, exec, hyprshot -m active -m output --output-folder ~/screenshots
|
bind = ALT, PRINT, exec, hyprshot -m active -m output --output-folder ~/Images/Screenshots
|
||||||
|
|
||||||
bind = $mainMod, M, exec, $ipc controlCenter toggle #& hyprctl dispatch submap quick-settings
|
bind = $mainMod, M, exec, $ipc controlCenter toggle #& hyprctl dispatch submap quick-settings
|
||||||
bind = $mainMod, M, submap, quick-settings
|
bind = $mainMod, M, submap, quick-settings
|
||||||
@@ -229,6 +230,8 @@ submap = bt-sub
|
|||||||
bind = , E, $call enable
|
bind = , E, $call enable
|
||||||
bind = , H, exec, sh -c "bluetoothctl connect 88:92:CC:53:88:7E" && notify-send "connected to headphones"
|
bind = , H, exec, sh -c "bluetoothctl connect 88:92:CC:53:88:7E" && notify-send "connected to headphones"
|
||||||
bind = , J, exec, sh -c "bluetoothctl disconnect 88:92:CC:53:88:7E" && notify-send "disconnected from headphones"
|
bind = , J, exec, sh -c "bluetoothctl disconnect 88:92:CC:53:88:7E" && notify-send "disconnected from headphones"
|
||||||
|
bind = , P, exec, sh -c "bluetoothctl connect 64:9D:38:E0:4D:02" && notify-send "Connected to phone"
|
||||||
|
bind = , M, exec, sh -c "bluetoothctl disconnect 64:9D:38:E0:4D:02" && notify-send "Disconnected from phone"
|
||||||
# bind = CTRL, H, exec, bluetoothctl connect 88:92:CC:53:88:7E
|
# bind = CTRL, H, exec, bluetoothctl connect 88:92:CC:53:88:7E
|
||||||
# bind = , escape, submap, reset
|
# bind = , escape, submap, reset
|
||||||
bind = , catchall, exec, hyprctl dispatch submap reset && qs -c noctalia-shell ipc call bluetooth togglePanel
|
bind = , catchall, exec, hyprctl dispatch submap reset && qs -c noctalia-shell ipc call bluetooth togglePanel
|
||||||
|
|||||||
@@ -107,10 +107,10 @@ animations {
|
|||||||
# }
|
# }
|
||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
||||||
dwindle {
|
# dwindle {
|
||||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true # You probably want this
|
# preserve_split = true # You probably want this
|
||||||
}
|
# }
|
||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Master-Layout/ for more
|
# See https://wiki.hypr.land/Configuring/Master-Layout/ for more
|
||||||
master {
|
master {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
background = rgba(181212ff)
|
background = rgba(121316ff)
|
||||||
base = rgba(181212ff)
|
base = rgba(121316ff)
|
||||||
text = rgba(ece0dfff)
|
text = rgba(e2e2e6ff)
|
||||||
alternate_base = rgba(524343ff)
|
alternate_base = rgba(43474eff)
|
||||||
bright_text = rgba(442929ff)
|
bright_text = rgba(253140ff)
|
||||||
accent = rgba(ffb3b2ff)
|
accent = rgba(9fcaffff)
|
||||||
accent_secondary = rgba(e6bdbbff)
|
accent_secondary = rgba(bbc7dbff)
|
||||||
@@ -6,11 +6,6 @@
|
|||||||
# If you are using tui to edit, leave this at the end of your file (the last monitor config applies)
|
# If you are using tui to edit, leave this at the end of your file (the last monitor config applies)
|
||||||
# and leave the markers.
|
# and leave the markers.
|
||||||
# <<<<< TUI AUTO START
|
# <<<<< TUI AUTO START
|
||||||
# monitor=desc:BOE 0x0BC9,2560x1600@165.00000,5440x0,1.60000000,transform,0,vrr,0
|
monitor=desc:BOE 0x0BC9,2560x1600@165.00000,6540x-50,1.60000000,transform,0,vrr,0
|
||||||
# monitor=desc:Invalid Vendor Codename - RTK TYPE-C 0000000000000,1920x1200@59.95000,7040x-160,1.25000000,transform,1,vrr,0
|
monitor=desc:Invalid Vendor Codename - RTK TYPE-C 0000000000000,1920x1200@59.95000,8140x50,1.00000000,transform,0,vrr,0
|
||||||
# <<<<< TUI AUTO END
|
# <<<<< TUI AUTO END
|
||||||
monitor=desc:BOE 0x0BC9,2560x1600@165.00000,5440x0,1.60000000,transform,0,vrr,0
|
|
||||||
monitor=desc:LG Electronics LG FULL HD 0x01010101,1920x1080@60.00000,1550x0,1.00000000,transform,0,vrr,0
|
|
||||||
monitor=desc:BNQ BenQ 241W 0x0000416E,1920x1080@60.00000,3470x0,1.00000000,transform,0,vrr,0
|
|
||||||
monitor=desc:Invalid Vendor Codename - RTK TYPE-C 0000000000000,1920x1200@59.95000,7040x-560,1.00000000,transform,1,vrr,0
|
|
||||||
# source = /home/venus/.config/hyprdynamicmonitors/hyprconfigs/portable.go.tmpl
|
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
$primary = rgb(ffb3b2)
|
$primary = rgb(9fcaff)
|
||||||
$surface = rgb(181212)
|
$surface = rgb(121316)
|
||||||
$secondary = rgb(e6bdbb)
|
$secondary = rgb(bbc7db)
|
||||||
$error = rgb(ffb4ab)
|
$error = rgb(ffb4ab)
|
||||||
$tertiary = rgb(e4c18d)
|
$tertiary = rgb(d7bee4)
|
||||||
$surface_lowest = rgb(120d0d)
|
$surface_lowest = rgb(0d0e11)
|
||||||
|
|
||||||
general {
|
general {
|
||||||
col.active_border = $primary
|
col.active_border = $primary
|
||||||
|
|||||||
Reference in New Issue
Block a user