diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
commit | 585150d98982240de738954af8f85859b5631372 (patch) | |
tree | a8e47ee0c3f77e48507cf28bcccc32dcf7b89454 | |
parent | 34694958c83c6cb1b363153ad6b09551fa0f9ee2 (diff) |
did stuff I forgot
-rw-r--r-- | .config/alacritty/themes/dracula.yml | 4 | ||||
-rw-r--r-- | .config/alacritty/window.yml | 3 | ||||
-rw-r--r-- | .config/openbox/autostart | 8 | ||||
-rwxr-xr-x | .config/openbox/environment | 10 | ||||
-rw-r--r-- | .config/openbox/menu.xml | 218 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 46 | ||||
-rw-r--r-- | .doom.d/custom.el | 12 | ||||
-rw-r--r-- | .doom.d/init.el | 2 |
8 files changed, 144 insertions, 159 deletions
diff --git a/.config/alacritty/themes/dracula.yml b/.config/alacritty/themes/dracula.yml index da2916d..8d11464 100644 --- a/.config/alacritty/themes/dracula.yml +++ b/.config/alacritty/themes/dracula.yml @@ -1,7 +1,7 @@ colors: primary: - # background: '0x282a36' - background: '0x000000' + background: '0x282a36' + # background: '0x000000' foreground: '0xf8f8f2' cursor: text: CellBackground diff --git a/.config/alacritty/window.yml b/.config/alacritty/window.yml index 27a0f78..17ba892 100644 --- a/.config/alacritty/window.yml +++ b/.config/alacritty/window.yml @@ -1,4 +1,5 @@ -background_opacity: 0.8 +# background_opacity: 0.8 +background_opacity: 1.0 window: # Window dimensions (changes require restart) diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 6b9aff7..a6b82c9 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1 +1,9 @@ polybar mybar & +picom +flameshot +dunst +nitrogen --restore +optimus-manager-qt +cbatticon +xmodmap /home/zt/.Xmodmap +blueman-applet diff --git a/.config/openbox/environment b/.config/openbox/environment deleted file mode 100755 index 3311bd6..0000000 --- a/.config/openbox/environment +++ /dev/null @@ -1,10 +0,0 @@ -# -# Set system-wide environment variables here for Openbox -# User-specific variables should be placed in $HOME/.config/openbox/environment -# - -# To set your language for displaying messages and time/date formats, use the following: -#LANG=en_CA.UTF8 - -# To set your keyboard layout, you need to modify your X config: -# http://www.google.com/search?q=how+to+set+keyboard+layout+xorg diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 576a3eb..57e30da 100644 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -1,82 +1,81 @@ <?xml version="1.0" encoding="UTF-8"?> - <openbox_menu xmlns="http://openbox.org/3.4/menu"> -<menu id="my-browsers" label="Browsers"> - <item id="librewolf" label="Librewolf"> +<menu id="networking" label="Networking"> + <item id="transmission" label="Transmission"> <action name="Execute"> - <command>librewolf</command> + <command>transmission-gtk</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="brave" label="Brave"> + + <item id="tor" label="TOR"> <action name="Execute"> - <command>brave</command> + <command>torbrowser-launcher</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="qutebrowser" label="Qutebrowser"> + + <item id="discord" label="Discord"> <action name="Execute"> - <command>qutebrowser</command> + <command>discord</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> -</menu> -<menu id="my-games" label="Games"> - <item id="brawlhalla" label="Brawlhalla"> + <item id="icecat" label="Icecat"> <action name="Execute"> - <command>steam steam://rungameid/291550</command> + <command>icecat</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="osu-lazer" label="osu!lazer"> + + <item id="network-manager" label="Network Manager"> <action name="Execute"> - <command>osu.AppImage</command> + <command>nm-connection-editor</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> -</menu> -<menu id="my-favourites" label="Favourites"> - <item id="media-player" label="VLC"> + <item id="firefox" label="Firefox"> <action name="Execute"> - <command>vlc</command> + <command>firefox</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="gimp" label="GIMP"> + + <item id="librewolf" label="Librewolf"> <action name="Execute"> - <command>gimp</command> + <command>librewolf</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="discord" label="Discord"> + + <item id="brave" label="Brave"> <action name="Execute"> - <command>discord</command> + <command>brave</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <menu id="my-browsers"/> </menu> -<menu id="my-media" label="Media"> +<menu id="media" label="Media"> <item id="vlc" label="VLC"> <action name="Execute"> <command>vlc</command> @@ -85,6 +84,7 @@ </startupnotify> </action> </item> + <item id="gimp" label="GIMP"> <action name="Execute"> <command>gimp</command> @@ -93,6 +93,7 @@ </startupnotify> </action> </item> + <item id="kdenlive" label="Kdenlive"> <action name="Execute"> <command>kdenlive</command> @@ -101,184 +102,181 @@ </startupnotify> </action> </item> + + <item id="obs" label="OBS"> + <action name="Execute"> + <command>obs</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> </menu> -<menu id="my-accessories" label="Accessories"> - <item id="scrcpy" label="scrcpy"> +<menu id="gaming" label="Gaming"> + <item id="minecraft" label="Minecraft"> <action name="Execute"> - <command>scrcpy</command> + <command>vlc</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="file-manager" label="pcmanfm"> + + <item id="osu-lazer" label="osu!lazer"> <action name="Execute"> - <command>pcmanfm</command> + <command>env LUTRIS_SKIP_INIT=1 lutris lutris:rungameid/3</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="email-client" label="Thunderbird"> + + <item id="steam" label="Steam"> <action name="Execute"> - <command>thunderbird</command> + <command>steam</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="term-file-manager" label="lf"> + + <item id="lutris" label="Lutris"> <action name="Execute"> - <command>lf</command> + <command>lutris</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="colorpicker" label="colorpicker"> +</menu> + +<menu id="dev" label="Development"> + <item id="android-studio" label="Android Studio"> <action name="Execute"> - <command>colorpicker --short --one-shot --preview | xsel -b</command> + <command>android-studio</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <menu id="networking-accessories" label="networking"> - <item id="net-file-browser" label="Konqueror"> - <action name="Execute"> - <command>konqueror</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <item id="torrent-client" label="Qbittorrent"> - <action name="Execute"> - <command>qbittorrent</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <item id="bluetooth" label="blueman"> - <action name="Execute"> - <command>blueman-manager</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <menu id="my-browsers"/> - </menu> - <item id="launch-terminal" label="st"> + + <item id="doom-emacs" label="Doom Emacs"> <action name="Execute"> - <command>st</command> + <command>emacs</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> + <item id="vscodium" label="VSCodium"> + <action name="Execute"> + <command>code</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> </menu> -<menu id="my-utilities" label="Utilities"> - <item id="wallpaper-browser" label="nitrogen"> +<menu id="virtual-machines" label="VMs"> + <item id="virt-manager" label="Virt Manager"> <action name="Execute"> - <command>nitrogen</command> + <command>virt-manager</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="volume-menu" label="pavucontrol"> + + <item id="virtualbox" label="VirtualBox"> <action name="Execute"> - <command>pavucontrol</command> + <command>virtualbox</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="blueman" label="blueman"> +</menu> + +<menu id="utilities" label="utilities"> + <item id="volume-control" label="Pavucontrol"> <action name="Execute"> - <command>blueman-manager</command> + <command>pavucontrol</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="lxappearance" label="lxappearance"> + + <item id="obs"/> + + <item id="arandr" label="Arandr"> <action name="Execute"> - <command>lxappearance</command> + <command>arandr</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <menu id="sys-monitors" label="System Monitors"> - <item id="bashtop" label="bashtop"> - <action name="Execute"> - <command>alacritty -e bashtop</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - <item id="htop" label="htop"> - <action name="Execute"> - <command>alacritty -e htop</command> - <startupnotify> - <enabled>yes</enabled> - </startupnotify> - </action> - </item> - </menu> -</menu> - -<menu id="root-menu" label="Openbox 3"> - <item id="launch-terminal" label="alacritty"> + <item id="system-monitor" label="System Monitor"> <action name="Execute"> - <command>alacritty</command> + <command>alacritty -e bpytop</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <separator/> - <menu id="my-favourites"/> - <menu id="my-games"/> - <menu id="my-accessories"/> - <menu id="my-media"/> - <menu id="my-utilities"/> + <item id="file-manager" label="File Manager"> + <action name="Execute"> + <command>pcmanfm</command> + <startupnotify> + <enabled>yes</enabled> + </startupnotify> + </action> + </item> - <separator/> - <item id="section-screenshot" label="Section Screenshot"> + <item id="calculator" label="calculator"> <action name="Execute"> - <command>scrot -s /zt/Screenshots/Screenshot-%m-%d-%Y-%T.png</command> + <command>galculator</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <item id="full-screenshot" label="Screenshot"> + + <item id="wallpaper" label="Wallpapers"> <action name="Execute"> - <command>scrot /zt/Screenshots/Screenshot-%m-%d-%Y-%T.png</command> + <command>nitrogen</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> - <separator/> - <item id="lock-screen" label="Lock Screen"> +</menu> + +<menu id="root-menu" label="Openbox 3"> + <item id="terminal" label="Alacritty"> <action name="Execute"> - <command>betterlockscreen -l -t 'Yo, Vidhu!'</command> + <command>alacritty</command> <startupnotify> <enabled>yes</enabled> </startupnotify> </action> </item> + + <separator/> + <menu id="networking"/> + <menu id="media"/> + <menu id="gaming"/> + <menu id="dev"/> + <menu id="virtual-machines"/> + <menu id="utilities"/> + + <separator/> <item label="Log Out"> <action name="Exit"> <prompt>yes</prompt> diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 4c61c49..af6cca5 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -57,7 +57,7 @@ <animateIconify>yes</animateIconify> <font place="ActiveWindow"> <name>Source Han Sans JP Normal</name> - <size>10</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -66,7 +66,7 @@ </font> <font place="InactiveWindow"> <name>Source Han Sans JP Normal</name> - <size>10</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -75,7 +75,7 @@ </font> <font place="MenuHeader"> <name>Source Han Sans JP Normal</name> - <size>10</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -84,7 +84,7 @@ </font> <font place="MenuItem"> <name>Source Han Sans JP Normal</name> - <size>9</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -93,7 +93,7 @@ </font> <font place="ActiveOnScreenDisplay"> <name>Source Han Sans JP Normal</name> - <size>9</size> + <size>12</size> <!-- font size in points --> <weight>bold</weight> <!-- 'bold' or 'normal' --> @@ -102,7 +102,7 @@ </font> <font place="InactiveOnScreenDisplay"> <name>Source Han Sans JP Normal</name> - <size>9</size> + <size>12</size> <!-- font size in points --> <weight>bold</weight> <!-- 'bold' or 'normal' --> @@ -168,12 +168,12 @@ <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating --> <floatingX>0</floatingX> <floatingY>0</floatingY> - <noStrut>yes</noStrut> - <stacking>Below</stacking> + <noStrut>no</noStrut> + <stacking>below</stacking> <!-- 'Above', 'Normal', or 'Below' --> <direction>Horizontal</direction> <!-- 'Vertical' or 'Horizontal' --> - <autoHide>yes</autoHide> + <autoHide>no</autoHide> <hideDelay>300</hideDelay> <!-- in milliseconds (1000 = 1 second) --> <showDelay>300</showDelay> @@ -228,18 +228,6 @@ <wrap>yes</wrap> </action> </keybind> - <!--keybind key="C-A-Up"> - <action name="GoToDesktop"> - <to>up</to> - <wrap>no</wrap> - </action> - </keybind> - <keybind key="C-A-Down"> - <action name="GoToDesktop"> - <to>down</to> - <wrap>no</wrap> - </action> - </keybind--> <keybind key="S-A-h"> <action name="SendToDesktop"> <to>left</to> @@ -252,18 +240,6 @@ <wrap>no</wrap> </action> </keybind> - <!--keybind key="S-A-Up"> - <action name="SendToDesktop"> - <to>up</to> - <wrap>no</wrap> - </action> - </keybind> - <keybind key="S-A-Down"> - <action name="SendToDesktop"> - <to>down</to> - <wrap>no</wrap> - </action> - </keybind--> <keybind key="W-1"> <action name="GoToDesktop"> <to>1</to> @@ -311,7 +287,7 @@ </keybind> <keybind key="W-0"> <action name="GoToDesktop"> - <to>0</to> + <to>10</to> </action> </keybind> <!-- rethink --> @@ -322,7 +298,7 @@ <keybind key="A-F4"> <action name="Close"/> </keybind> - <keybind key="A-w"> + <keybind key="W-Shift-Q"> <action name="Close"/> </keybind> <!--keybind key="A-j"> diff --git a/.doom.d/custom.el b/.doom.d/custom.el new file mode 100644 index 0000000..d94f507 --- /dev/null +++ b/.doom.d/custom.el @@ -0,0 +1,12 @@ +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages '(lsp-mode))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) diff --git a/.doom.d/init.el b/.doom.d/init.el index 140902e..d454f6d 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -113,7 +113,7 @@ :lang ;;agda ; types of types of types of types... ;;beancount ; mind the GAAP - ;;cc ; C > C++ == 1 + cc ; C > C++ == 1 ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs |