get rid of usenames

This commit is contained in:
h 2024-01-18 16:58:49 -05:00
parent 1a0dc91434
commit 1f7bc08bbe
9 changed files with 2027 additions and 7 deletions

2011
kitty/kitty_pres.conf Normal file

File diff suppressed because it is too large Load Diff

2
scripts/clipmacro Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
echo "$1" | xclip -sel c

2
scripts/pres-terminal Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
kitty --config "$XDG_CONFIG_HOME/kitty/kitty_pres.conf"

View File

@ -18,6 +18,8 @@ spotify_launch_flags =
spotify_path = /opt/spotify
prefs_path = /home/emh/.config/spotify/prefs
inject_theme_js = 1
check_spicetify_update = 1
always_enable_devtools = 0
[Preprocesses]
disable_upgrade_check = 1

View File

@ -10,6 +10,9 @@ super + Return
super + shift + Return
kitty -e tmux
super + shift + ctrl + Return
pres-terminal
# program launcher
super + @space
rofi -modi drun -show
@ -232,11 +235,11 @@ super + {Left,Down,Up,Right}
# selections
super + alt + 1
echo "ツ" | xclip -sel c
clipmacro "ツ"
super + alt + 2
echo "Chemical Action behind Olfaction, the Sensation that built Humanity's Memorization" | xclip -sel c
clipmacro "Chemical Action behind Olfaction, the Sensation that built Humanity's Memorization"
super + alt + 3
echo "ඞ" | xclip -sel c
clipmacro "ඞ"

View File

@ -24,7 +24,7 @@
\RequirePackage{listings}
\RequirePackage{geometry}
\RequirePackage{graphicx}
\RequirePackage[usenames,dvipsnames]{xcolor}
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{bm}
\RequirePackage{siunitx}[=v2]
\RequirePackage{physics}

View File

@ -23,7 +23,7 @@
\RequirePackage{listings}
\RequirePackage{geometry}
\RequirePackage{graphicx}
\RequirePackage[usenames,dvipsnames]{xcolor}
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{bm}
\RequirePackage{siunitx}[=v2]
\RequirePackage{physics}

View File

@ -23,7 +23,7 @@
\RequirePackage{listings}
\RequirePackage{geometry}
\RequirePackage{graphicx}
\RequirePackage[usenames,dvipsnames]{xcolor}
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{bm}
\RequirePackage{siunitx}[=v2]
\RequirePackage{physics}

View File

@ -23,7 +23,7 @@
\RequirePackage{listings}
\RequirePackage{geometry}
\RequirePackage{graphicx}
\RequirePackage[usenames,dvipsnames]{xcolor}
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{bm}
\RequirePackage{siunitx}[=v2]
\RequirePackage{physics}