added vscode settings
This commit is contained in:
parent
358503f857
commit
b66a71129e
17 changed files with 807 additions and 18 deletions
|
@ -58,8 +58,8 @@ bind = $mainMod, R, exec, ~/dotfiles/scripts/reloadwaybar
|
|||
bind = $mainMod CTRL, R, exec, killall waybar
|
||||
|
||||
# Screenshots
|
||||
bind = , Print, exec, grim -g "$(slurp)" && mv ~/ *_grim.png ~/Pictures/screenshots
|
||||
bind = $mainMod, Print, exec, grim && mv ~/*_grim.png ~/Pictures/screenshots
|
||||
bind = , Print, exec, grim -g "$(slurp)"
|
||||
bind = $mainMod, Print, exec, grim
|
||||
|
||||
# Color Picker
|
||||
bind = ALT, P, exec, hyprpicker --format=hex -a
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
listener {
|
||||
timeout = 300 # in seconds
|
||||
on-timeout = ~/Stuff/scripts/currentWallpaperHyprlock.sh
|
||||
on-timeout = ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
}
|
||||
|
|
|
@ -12,11 +12,12 @@ monitor=HDMI-A-1,1920x1080@60,0x0,1,mirror,eDP-1
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = hypridle
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = ~/dotfiles/scripts/battWarning.sh
|
||||
exec-once = [workspace 4 silent] flatpak run com.rtosta.zapzap
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
|
|
@ -19,8 +19,8 @@ input-field {
|
|||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
||||
outer_color = rgba(000000,0)
|
||||
inner_color = rgba(000000,0)
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0)
|
||||
font_color = rgb(FFFFFF)
|
||||
fade_on_empty = true
|
||||
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||
|
|
|
@ -19,8 +19,8 @@ input-field {
|
|||
dots_spacing = 0.15 # Scale of dots' absolute size, 0.0 - 1.0
|
||||
dots_center = true
|
||||
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
|
||||
outer_color = rgba(000000,0)
|
||||
inner_color = rgba(000000,0)
|
||||
outer_color = rgba(0, 0, 0, 0)
|
||||
inner_color = rgba(0, 0, 0, 0)
|
||||
font_color = rgb(FFFFFF)
|
||||
fade_on_empty = true
|
||||
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
splash = false
|
||||
preload = ~/Pictures/bgs/2.png
|
||||
preload = ~/Pictures/bgs/1.png
|
||||
wallpaper = eDP-1, ~/Pictures/bgs/1.png
|
||||
preload = ~/dotfiles/bgs/2.png
|
||||
preload = ~/dotfiles/bgs/1.png
|
||||
wallpaper = eDP-1, ~/dotfiles/bgs/1.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue