New backup 2025-10-09 23:30:02

This commit is contained in:
Penelope Gwen 2025-10-09 23:30:02 -07:00
parent 712e59e8ef
commit e3e5202fc3
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[Appearance]
color_scheme_path=/usr/local/share/qt6ct/colors/darker_pink.conf
color_scheme_path=/home/pogmommy/.config/qt6ct/colors/darker_pink.conf
custom_palette=true
icon_theme=breeze-dark
standard_dialogs=default
@ -19,7 +19,7 @@ gui_effects=@Invalid()
keyboard_scheme=2
menus_have_icons=true
show_shortcuts_in_context_menus=true
stylesheets=/usr/local/share/qt6ct/qss/header-fix.qss, /usr/share/qt6ct/qss/fusion-fixes.qss
stylesheets=/usr/share/qt6ct/qss/fusion-fixes.qss
toolbutton_style=4
underline_shortcut=1
wheel_scroll_lines=3

View file

@ -6,5 +6,5 @@ lisgd -d /dev/input/by-path/platform-a90000.i2c-event \
-g "1,DU,B,*,R,$HOME/.config/sway/scripts/floating_toggle.sh" \
-g "1,UD,R,*,R,swaymsg output DSI-1 transform 0" \
-g "1,DU,R,*,R,swaymsg output DSI-1 transform 270" \
-g "1,RL,R,*,R,sp-screenshot" \
-g "1,RL,R,*,R,~/.config/sway/scripts/mobile-screenshot.sh" \
-g "1,LR,L,*,R,$HOME/.config/sway/scripts/eww-toggle.sh homewidgets_reveal"

View file

@ -0,0 +1,3 @@
#!/bin/bash
grim -o DSI-1 ~/Pictures/$(date +%Y%m%d_%H%M%S).png && notify-send "screenshot captured"