diff --git a/basic/keybinds.conf b/basic/keybinds.conf index 9e1e5af..5a129bb 100644 --- a/basic/keybinds.conf +++ b/basic/keybinds.conf @@ -100,7 +100,7 @@ bind = $mainMod, E, togglespecialworkspace, email bind = $mainMod, G, exec, steam -forcedesktopscaling 0.5 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 @@ -137,6 +137,7 @@ bind = $mainMod, SPACE, exec, playerctl play-pause 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 = 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, scrcpy --no-audio --no-video --keyboard=uhid --mouse=uhid 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 bind = $mainMod, comma, exec, $ipc controlCenter toggle bind = $mainMod, period, exec, $ipc settings toggle -bind = , PRINT, exec, hyprshot -m active -m window --output-folder ~/screenshot -bind = SHIFT, PRINT, exec, hyprshot -m region --output-folder ~/screenshots -bind = ALT, PRINT, exec, hyprshot -m active -m output --output-folder ~/screenshots +bind = , PRINT, exec, hyprshot -m active -m window --output-folder ~/Images/Screenshots +bind = SHIFT, PRINT, exec, hyprshot -m region --output-folder ~/Images/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, submap, quick-settings @@ -229,6 +230,8 @@ submap = bt-sub bind = , E, $call enable 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 = , 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 = , escape, submap, reset bind = , catchall, exec, hyprctl dispatch submap reset && qs -c noctalia-shell ipc call bluetooth togglePanel diff --git a/basic/looks.conf b/basic/looks.conf index acec580..98471a4 100644 --- a/basic/looks.conf +++ b/basic/looks.conf @@ -107,10 +107,10 @@ animations { # } # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more -dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below - preserve_split = true # You probably want this -} +# dwindle { +# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below +# preserve_split = true # You probably want this +# } # See https://wiki.hypr.land/Configuring/Master-Layout/ for more master { diff --git a/hyprtoolkit.conf b/hyprtoolkit.conf index 27256a5..f88ddc7 100644 --- a/hyprtoolkit.conf +++ b/hyprtoolkit.conf @@ -1,7 +1,7 @@ -background = rgba(181212ff) -base = rgba(181212ff) -text = rgba(ece0dfff) -alternate_base = rgba(524343ff) -bright_text = rgba(442929ff) -accent = rgba(ffb3b2ff) -accent_secondary = rgba(e6bdbbff) \ No newline at end of file +background = rgba(121316ff) +base = rgba(121316ff) +text = rgba(e2e2e6ff) +alternate_base = rgba(43474eff) +bright_text = rgba(253140ff) +accent = rgba(9fcaffff) +accent_secondary = rgba(bbc7dbff) \ No newline at end of file diff --git a/monitors.conf b/monitors.conf index e4060cb..2ab0ab3 100644 --- a/monitors.conf +++ b/monitors.conf @@ -6,11 +6,6 @@ # If you are using tui to edit, leave this at the end of your file (the last monitor config applies) # and leave the markers. # <<<<< TUI AUTO START -# monitor=desc:BOE 0x0BC9,2560x1600@165.00000,5440x0,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: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,8140x50,1.00000000,transform,0,vrr,0 # <<<<< 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 diff --git a/noctalia/noctalia-colors.conf b/noctalia/noctalia-colors.conf index 2b80324..4e0564f 100644 --- a/noctalia/noctalia-colors.conf +++ b/noctalia/noctalia-colors.conf @@ -1,9 +1,9 @@ -$primary = rgb(ffb3b2) -$surface = rgb(181212) -$secondary = rgb(e6bdbb) +$primary = rgb(9fcaff) +$surface = rgb(121316) +$secondary = rgb(bbc7db) $error = rgb(ffb4ab) -$tertiary = rgb(e4c18d) -$surface_lowest = rgb(120d0d) +$tertiary = rgb(d7bee4) +$surface_lowest = rgb(0d0e11) general { col.active_border = $primary diff --git a/workspaces.conf b/workspaces.conf deleted file mode 100644 index e69de29..0000000