get rid of usenames
This commit is contained in:
parent
1a0dc91434
commit
1f7bc08bbe
2011
kitty/kitty_pres.conf
Normal file
2011
kitty/kitty_pres.conf
Normal file
File diff suppressed because it is too large
Load Diff
2
scripts/clipmacro
Executable file
2
scripts/clipmacro
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
echo "$1" | xclip -sel c
|
2
scripts/pres-terminal
Executable file
2
scripts/pres-terminal
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
kitty --config "$XDG_CONFIG_HOME/kitty/kitty_pres.conf"
|
|
@ -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
|
||||
|
|
|
@ -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 "ඞ"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
\RequirePackage{listings}
|
||||
\RequirePackage{geometry}
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage[dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{physics}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
\RequirePackage{listings}
|
||||
\RequirePackage{geometry}
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage[dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{physics}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
\RequirePackage{listings}
|
||||
\RequirePackage{geometry}
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage[dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{physics}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
\RequirePackage{listings}
|
||||
\RequirePackage{geometry}
|
||||
\RequirePackage{graphicx}
|
||||
\RequirePackage[usenames,dvipsnames]{xcolor}
|
||||
\RequirePackage[dvipsnames]{xcolor}
|
||||
\RequirePackage{bm}
|
||||
\RequirePackage{siunitx}[=v2]
|
||||
\RequirePackage{physics}
|
||||
|
|
Loading…
Reference in New Issue
Block a user