├── .editorconfig ├── .gitignore ├── LICENSE ├── bin └── bin │ ├── awp │ ├── bb.edn │ ├── bgtint │ ├── box │ ├── bspwindows │ ├── bspwm_kill_visual │ ├── btags │ ├── build-blog │ ├── build-blog-tags │ ├── cache_output │ ├── cgrep │ ├── check_headphones │ ├── colemak │ ├── colort │ ├── debounce.js │ ├── dunst_handler │ ├── dup │ ├── elisp │ ├── elispp │ ├── emacs_dmenu │ ├── ffeh │ ├── find_class │ ├── gamelaunch │ ├── gradient │ ├── greaten │ ├── i3c │ ├── iif │ ├── jget │ ├── last_download │ ├── lessen │ ├── lib │ └── util.clj │ ├── ltheme │ ├── mit │ ├── mpd-mixer │ ├── mpv │ ├── mpv_resume │ ├── music │ ├── nfloat │ ├── og │ ├── open-meta │ ├── pa-move-sinks │ ├── paste-face │ ├── pb │ ├── pbcopy │ ├── pbpaste │ ├── pfetch │ ├── player.sh │ ├── pointer_menu │ ├── pomovis │ ├── popup_window.sh │ ├── qb_active_url │ ├── qb_command │ ├── qb_meta_open │ ├── qb_session_dump │ ├── qb_userscript │ ├── qutebrowser-edit │ ├── show-theme │ ├── stowo │ ├── strip-color │ ├── system-update │ ├── tasks │ ├── termux_capture │ ├── test.sh │ ├── theme │ ├── themes │ ├── bliss │ ├── guthix │ └── mactop │ ├── tiletilt │ ├── uchar │ ├── utf8 │ ├── utf8db │ ├── wiaf │ ├── wid-to-mode │ ├── wow.html │ ├── xbright │ ├── xdg-open │ └── xrq ├── net ├── .config │ └── qutebrowser │ │ └── config.py └── .local │ └── share │ └── qutebrowser │ └── userscripts │ ├── chrome_open │ ├── clone_repo │ ├── jira_refine_copy │ ├── jump_url_note │ ├── paste_selected │ └── scrape ├── os ├── mac │ ├── .bash_sessions_disable │ ├── .config │ │ └── karabiner │ │ │ ├── karabiner_colemakdhk.json │ │ │ └── karabiner_normal.json │ ├── .nixpkgs │ │ ├── darwin-configuration.nix │ │ └── darwin.nix │ ├── .qutebrowser │ │ ├── config.py │ │ └── userscripts │ ├── .yabairc │ ├── Library │ │ └── Application Support │ │ │ ├── Code │ │ │ └── User │ │ │ │ └── settings.json │ │ │ └── xbar │ │ │ └── plugins │ │ │ └── arst.5s.sh │ └── bin │ │ ├── chfont │ │ ├── focus_app_mac.sh │ │ ├── ksync │ │ ├── macos-vol │ │ ├── notify-send │ │ ├── open │ │ ├── pomo │ │ ├── qutebrowser │ │ ├── set_wallpaper_mac │ │ ├── skhdrc-gen │ │ ├── wallmac │ │ ├── yabai-dtop-focus │ │ ├── yabai-rotate │ │ └── yaboi ├── nixos │ ├── config │ │ ├── desktop.nix │ │ ├── expr │ │ │ ├── HLL2350DW │ │ │ │ └── default.nix │ │ │ ├── default.nix │ │ │ └── oomox │ │ │ │ └── default.nix │ │ ├── factorio.nix │ │ ├── packages.nix │ │ └── shared.nix │ ├── machines │ │ ├── bliss │ │ │ ├── configuration.nix │ │ │ └── hardware-configuration.nix │ │ ├── erasmus │ │ │ ├── configuration.nix │ │ │ └── hardware-configuration.nix │ │ ├── geloof │ │ │ ├── configuration.nix │ │ │ └── hardware-configuration.nix │ │ ├── guthix │ │ │ ├── configuration.nix │ │ │ └── hardware-configuration.nix │ │ └── trouw │ │ │ ├── configuration.nix │ │ │ ├── hardware-configuration.nix │ │ │ └── networking.nix │ └── readme.org └── windows │ ├── .vsvimrc │ ├── bin │ ├── Auto.ahk │ ├── autotoggle.cmd │ ├── docker-emacs-launch │ ├── esearch.cmd │ ├── fc-list.cmd │ ├── mpd.bat │ ├── notify-send.cmd │ ├── p.bat │ └── pprint.bat │ ├── bootstrap.cmd │ ├── choco.txt │ ├── config.xlaunch │ └── scoop.txt ├── readme.org ├── shell ├── .bash-preexec.sh ├── .bashrc ├── .config │ └── atuin │ │ └── config.toml ├── .profile ├── .sh.d │ ├── aliases │ ├── environment │ ├── environment_emacs │ ├── functions │ ├── git │ ├── history │ ├── style │ └── systemd └── .zshrc ├── tools ├── .config │ └── Code │ │ └── User │ │ └── settings.json ├── .gitconfig ├── .guile ├── .lein │ └── profiles.clj ├── .nixpkgs │ └── config.nix ├── .npmrc ├── .rgignore ├── .vimrc └── .vsvimrc └── wm ├── .templates ├── Xresources ├── bspwm ├── css ├── dunstrc ├── gtkrc ├── i3blocks ├── jgmenu ├── kitty ├── mintty ├── mpd ├── mpd_windows ├── oomox ├── picom ├── pywal ├── qute_css ├── qutebrowser ├── rofi ├── sxhkd ├── systemd_service ├── systemd_timer ├── zathura └── zeal ├── .wm ├── panel │ ├── README │ ├── lemonade │ ├── lemons │ │ ├── battery │ │ ├── blank │ │ ├── circe_dms │ │ ├── clock │ │ ├── counter │ │ ├── cpu │ │ ├── day_progress │ │ ├── dropdown │ │ ├── dynamicmpd │ │ ├── github │ │ ├── mail │ │ ├── memory │ │ ├── misc │ │ ├── mpd │ │ ├── network │ │ ├── org_task │ │ ├── org_task_elisp │ │ ├── org_time │ │ ├── pomo │ │ ├── running │ │ ├── tags │ │ ├── themeSwitch │ │ ├── title │ │ ├── toots │ │ ├── volume │ │ └── weather │ └── tools │ │ ├── bs │ │ ├── dzen.sh │ │ ├── ejump │ │ ├── github_nav │ │ ├── icon │ │ ├── lemon_progress │ │ ├── mkb │ │ └── season ├── scripts │ ├── dmenu │ │ ├── dmenu │ │ ├── dmenu_pass │ │ ├── dmenu_path │ │ ├── dmenu_run │ │ ├── dmenu_slop │ │ ├── dmenu_switcher │ │ ├── dmenu_switcher_mac.sh │ │ ├── dmenu_windows │ │ └── pmenu_switcher │ ├── interact │ │ ├── custom_monocle │ │ ├── dismiss.sh │ │ ├── external_rules.sh │ │ ├── focus.sh │ │ ├── focus_mac.sh │ │ ├── fullscreen_toggle.bb │ │ ├── fullscreen_toggle.sh │ │ ├── fullscreen_toggle_mac.sh │ │ ├── gapt │ │ ├── i3blur.sh │ │ ├── move.sh │ │ ├── move_mac.sh │ │ ├── panelt │ │ ├── presel.sh │ │ ├── resize.sh │ │ ├── resize_mac.sh │ │ └── stack_layout.sh │ └── visual │ │ ├── 2bspwm │ │ ├── bbspwm │ │ ├── pulse.sh │ │ ├── radiate │ │ ├── rbspwm │ │ ├── subscription_rules │ │ ├── support_window │ │ ├── tag_borders │ │ └── xpad ├── services │ ├── clubskip │ ├── kobo_sync │ ├── laptop_monitor_sync │ ├── last_download_link │ ├── mpdris │ ├── periodically │ ├── refresh_mpd │ ├── sensor_alert │ ├── sxhkd │ ├── sync_org_schedule │ └── update_adblock ├── startup.sh └── wm ├── .xinitrc └── .xprofile /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | nohup.out 2 | *.elc 3 | *.*~ 4 | result 5 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /bin/bin/awp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/awp -------------------------------------------------------------------------------- /bin/bin/bb.edn: -------------------------------------------------------------------------------- 1 | {:paths ["." "lib"]} 2 | -------------------------------------------------------------------------------- /bin/bin/bgtint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/bgtint -------------------------------------------------------------------------------- /bin/bin/box: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/box -------------------------------------------------------------------------------- /bin/bin/bspwindows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/bspwindows -------------------------------------------------------------------------------- /bin/bin/bspwm_kill_visual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/bspwm_kill_visual -------------------------------------------------------------------------------- /bin/bin/btags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/btags -------------------------------------------------------------------------------- /bin/bin/build-blog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/build-blog -------------------------------------------------------------------------------- /bin/bin/build-blog-tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/build-blog-tags -------------------------------------------------------------------------------- /bin/bin/cache_output: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/cache_output -------------------------------------------------------------------------------- /bin/bin/cgrep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/cgrep -------------------------------------------------------------------------------- /bin/bin/check_headphones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/check_headphones -------------------------------------------------------------------------------- /bin/bin/colemak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/colemak -------------------------------------------------------------------------------- /bin/bin/colort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/colort -------------------------------------------------------------------------------- /bin/bin/debounce.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/debounce.js -------------------------------------------------------------------------------- /bin/bin/dunst_handler: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/dunst_handler -------------------------------------------------------------------------------- /bin/bin/dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/dup -------------------------------------------------------------------------------- /bin/bin/elisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/elisp -------------------------------------------------------------------------------- /bin/bin/elispp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/elispp -------------------------------------------------------------------------------- /bin/bin/emacs_dmenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/emacs_dmenu -------------------------------------------------------------------------------- /bin/bin/ffeh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/ffeh -------------------------------------------------------------------------------- /bin/bin/find_class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/find_class -------------------------------------------------------------------------------- /bin/bin/gamelaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/gamelaunch -------------------------------------------------------------------------------- /bin/bin/gradient: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/gradient -------------------------------------------------------------------------------- /bin/bin/greaten: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/greaten -------------------------------------------------------------------------------- /bin/bin/i3c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/i3c -------------------------------------------------------------------------------- /bin/bin/iif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/iif -------------------------------------------------------------------------------- /bin/bin/jget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/jget -------------------------------------------------------------------------------- /bin/bin/last_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/last_download -------------------------------------------------------------------------------- /bin/bin/lessen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/lessen -------------------------------------------------------------------------------- /bin/bin/lib/util.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/lib/util.clj -------------------------------------------------------------------------------- /bin/bin/ltheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/ltheme -------------------------------------------------------------------------------- /bin/bin/mit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/mit -------------------------------------------------------------------------------- /bin/bin/mpd-mixer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/mpd-mixer -------------------------------------------------------------------------------- /bin/bin/mpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/mpv -------------------------------------------------------------------------------- /bin/bin/mpv_resume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/mpv_resume -------------------------------------------------------------------------------- /bin/bin/music: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/music -------------------------------------------------------------------------------- /bin/bin/nfloat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/nfloat -------------------------------------------------------------------------------- /bin/bin/og: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/og -------------------------------------------------------------------------------- /bin/bin/open-meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/open-meta -------------------------------------------------------------------------------- /bin/bin/pa-move-sinks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/pa-move-sinks -------------------------------------------------------------------------------- /bin/bin/paste-face: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/paste-face -------------------------------------------------------------------------------- /bin/bin/pb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/pb -------------------------------------------------------------------------------- /bin/bin/pbcopy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/pbcopy -------------------------------------------------------------------------------- /bin/bin/pbpaste: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/pbpaste -------------------------------------------------------------------------------- /bin/bin/pfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/pfetch -------------------------------------------------------------------------------- /bin/bin/player.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/player.sh -------------------------------------------------------------------------------- /bin/bin/pointer_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/pointer_menu -------------------------------------------------------------------------------- /bin/bin/pomovis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/pomovis -------------------------------------------------------------------------------- /bin/bin/popup_window.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/popup_window.sh -------------------------------------------------------------------------------- /bin/bin/qb_active_url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/qb_active_url -------------------------------------------------------------------------------- /bin/bin/qb_command: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/qb_command -------------------------------------------------------------------------------- /bin/bin/qb_meta_open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/qb_meta_open -------------------------------------------------------------------------------- /bin/bin/qb_session_dump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/qb_session_dump -------------------------------------------------------------------------------- /bin/bin/qb_userscript: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | qb_command ":spawn --userscript $@" -------------------------------------------------------------------------------- /bin/bin/qutebrowser-edit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/qutebrowser-edit -------------------------------------------------------------------------------- /bin/bin/show-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/show-theme -------------------------------------------------------------------------------- /bin/bin/stowo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/stowo -------------------------------------------------------------------------------- /bin/bin/strip-color: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/strip-color -------------------------------------------------------------------------------- /bin/bin/system-update: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/system-update -------------------------------------------------------------------------------- /bin/bin/tasks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/tasks -------------------------------------------------------------------------------- /bin/bin/termux_capture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/termux_capture -------------------------------------------------------------------------------- /bin/bin/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/test.sh -------------------------------------------------------------------------------- /bin/bin/theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/theme -------------------------------------------------------------------------------- /bin/bin/themes/bliss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/themes/bliss -------------------------------------------------------------------------------- /bin/bin/themes/guthix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/themes/guthix -------------------------------------------------------------------------------- /bin/bin/themes/mactop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/themes/mactop -------------------------------------------------------------------------------- /bin/bin/tiletilt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/tiletilt -------------------------------------------------------------------------------- /bin/bin/uchar: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | env printf "\u$*" -------------------------------------------------------------------------------- /bin/bin/utf8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/utf8 -------------------------------------------------------------------------------- /bin/bin/utf8db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/utf8db -------------------------------------------------------------------------------- /bin/bin/wiaf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/wiaf -------------------------------------------------------------------------------- /bin/bin/wid-to-mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/wid-to-mode -------------------------------------------------------------------------------- /bin/bin/wow.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /bin/bin/xbright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/xbright -------------------------------------------------------------------------------- /bin/bin/xdg-open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/xdg-open -------------------------------------------------------------------------------- /bin/bin/xrq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/bin/bin/xrq -------------------------------------------------------------------------------- /net/.config/qutebrowser/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/net/.config/qutebrowser/config.py -------------------------------------------------------------------------------- /net/.local/share/qutebrowser/userscripts/chrome_open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/net/.local/share/qutebrowser/userscripts/chrome_open -------------------------------------------------------------------------------- /net/.local/share/qutebrowser/userscripts/clone_repo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/net/.local/share/qutebrowser/userscripts/clone_repo -------------------------------------------------------------------------------- /net/.local/share/qutebrowser/userscripts/jira_refine_copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/net/.local/share/qutebrowser/userscripts/jira_refine_copy -------------------------------------------------------------------------------- /net/.local/share/qutebrowser/userscripts/jump_url_note: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | popup_window.sh -r 3 | emacsclient -c --no-wait 4 | elisp "(ns/urlnote-jump \"${QUTE_URL}\")" 5 | -------------------------------------------------------------------------------- /net/.local/share/qutebrowser/userscripts/paste_selected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/net/.local/share/qutebrowser/userscripts/paste_selected -------------------------------------------------------------------------------- /net/.local/share/qutebrowser/userscripts/scrape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/net/.local/share/qutebrowser/userscripts/scrape -------------------------------------------------------------------------------- /os/mac/.bash_sessions_disable: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /os/mac/.config/karabiner/karabiner_colemakdhk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/.config/karabiner/karabiner_colemakdhk.json -------------------------------------------------------------------------------- /os/mac/.config/karabiner/karabiner_normal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/.config/karabiner/karabiner_normal.json -------------------------------------------------------------------------------- /os/mac/.nixpkgs/darwin-configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/.nixpkgs/darwin-configuration.nix -------------------------------------------------------------------------------- /os/mac/.nixpkgs/darwin.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/.nixpkgs/darwin.nix -------------------------------------------------------------------------------- /os/mac/.qutebrowser/config.py: -------------------------------------------------------------------------------- 1 | ../../../net/.config/qutebrowser/config.py -------------------------------------------------------------------------------- /os/mac/.qutebrowser/userscripts: -------------------------------------------------------------------------------- 1 | ../../../net/.local/share/qutebrowser/userscripts/ -------------------------------------------------------------------------------- /os/mac/.yabairc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/.yabairc -------------------------------------------------------------------------------- /os/mac/Library/Application Support/Code/User/settings.json: -------------------------------------------------------------------------------- 1 | ../../../../../../tools/.config/Code/User/settings.json -------------------------------------------------------------------------------- /os/mac/Library/Application Support/xbar/plugins/arst.5s.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/Library/Application Support/xbar/plugins/arst.5s.sh -------------------------------------------------------------------------------- /os/mac/bin/chfont: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | kitty @ set-font-size "$*" 4 | -------------------------------------------------------------------------------- /os/mac/bin/focus_app_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/focus_app_mac.sh -------------------------------------------------------------------------------- /os/mac/bin/ksync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/ksync -------------------------------------------------------------------------------- /os/mac/bin/macos-vol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/macos-vol -------------------------------------------------------------------------------- /os/mac/bin/notify-send: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/notify-send -------------------------------------------------------------------------------- /os/mac/bin/open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/open -------------------------------------------------------------------------------- /os/mac/bin/pomo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/pomo -------------------------------------------------------------------------------- /os/mac/bin/qutebrowser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/qutebrowser -------------------------------------------------------------------------------- /os/mac/bin/set_wallpaper_mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/set_wallpaper_mac -------------------------------------------------------------------------------- /os/mac/bin/skhdrc-gen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/skhdrc-gen -------------------------------------------------------------------------------- /os/mac/bin/wallmac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/wallmac -------------------------------------------------------------------------------- /os/mac/bin/yabai-dtop-focus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/yabai-dtop-focus -------------------------------------------------------------------------------- /os/mac/bin/yabai-rotate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/yabai-rotate -------------------------------------------------------------------------------- /os/mac/bin/yaboi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/mac/bin/yaboi -------------------------------------------------------------------------------- /os/nixos/config/desktop.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/config/desktop.nix -------------------------------------------------------------------------------- /os/nixos/config/expr/HLL2350DW/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/config/expr/HLL2350DW/default.nix -------------------------------------------------------------------------------- /os/nixos/config/expr/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/config/expr/default.nix -------------------------------------------------------------------------------- /os/nixos/config/expr/oomox/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/config/expr/oomox/default.nix -------------------------------------------------------------------------------- /os/nixos/config/factorio.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/config/factorio.nix -------------------------------------------------------------------------------- /os/nixos/config/packages.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/config/packages.nix -------------------------------------------------------------------------------- /os/nixos/config/shared.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/config/shared.nix -------------------------------------------------------------------------------- /os/nixos/machines/bliss/configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/bliss/configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/bliss/hardware-configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/bliss/hardware-configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/erasmus/configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/erasmus/configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/erasmus/hardware-configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/erasmus/hardware-configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/geloof/configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/geloof/configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/geloof/hardware-configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/geloof/hardware-configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/guthix/configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/guthix/configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/guthix/hardware-configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/guthix/hardware-configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/trouw/configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/trouw/configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/trouw/hardware-configuration.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/trouw/hardware-configuration.nix -------------------------------------------------------------------------------- /os/nixos/machines/trouw/networking.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/machines/trouw/networking.nix -------------------------------------------------------------------------------- /os/nixos/readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/nixos/readme.org -------------------------------------------------------------------------------- /os/windows/.vsvimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/.vsvimrc -------------------------------------------------------------------------------- /os/windows/bin/Auto.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/bin/Auto.ahk -------------------------------------------------------------------------------- /os/windows/bin/autotoggle.cmd: -------------------------------------------------------------------------------- 1 | autohotkey %HOME%\bin\auto.ahk 2 | -------------------------------------------------------------------------------- /os/windows/bin/docker-emacs-launch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/bin/docker-emacs-launch -------------------------------------------------------------------------------- /os/windows/bin/esearch.cmd: -------------------------------------------------------------------------------- 1 | sudo elasticsearch -------------------------------------------------------------------------------- /os/windows/bin/fc-list.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/bin/fc-list.cmd -------------------------------------------------------------------------------- /os/windows/bin/mpd.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/bin/mpd.bat -------------------------------------------------------------------------------- /os/windows/bin/notify-send.cmd: -------------------------------------------------------------------------------- 1 | toast "%*" 2 | -------------------------------------------------------------------------------- /os/windows/bin/p.bat: -------------------------------------------------------------------------------- 1 | type "%~dp0\pass\%1.txt%" | clip -------------------------------------------------------------------------------- /os/windows/bin/pprint.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | type "%~dp0\pass\%1.txt%" 3 | -------------------------------------------------------------------------------- /os/windows/bootstrap.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/bootstrap.cmd -------------------------------------------------------------------------------- /os/windows/choco.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/choco.txt -------------------------------------------------------------------------------- /os/windows/config.xlaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/config.xlaunch -------------------------------------------------------------------------------- /os/windows/scoop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/os/windows/scoop.txt -------------------------------------------------------------------------------- /readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/readme.org -------------------------------------------------------------------------------- /shell/.bash-preexec.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.bash-preexec.sh -------------------------------------------------------------------------------- /shell/.bashrc: -------------------------------------------------------------------------------- 1 | . $HOME/.profile 2 | -------------------------------------------------------------------------------- /shell/.config/atuin/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.config/atuin/config.toml -------------------------------------------------------------------------------- /shell/.profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.profile -------------------------------------------------------------------------------- /shell/.sh.d/aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/aliases -------------------------------------------------------------------------------- /shell/.sh.d/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/environment -------------------------------------------------------------------------------- /shell/.sh.d/environment_emacs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/environment_emacs -------------------------------------------------------------------------------- /shell/.sh.d/functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/functions -------------------------------------------------------------------------------- /shell/.sh.d/git: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/git -------------------------------------------------------------------------------- /shell/.sh.d/history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/history -------------------------------------------------------------------------------- /shell/.sh.d/style: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/style -------------------------------------------------------------------------------- /shell/.sh.d/systemd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.sh.d/systemd -------------------------------------------------------------------------------- /shell/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/shell/.zshrc -------------------------------------------------------------------------------- /tools/.config/Code/User/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/tools/.config/Code/User/settings.json -------------------------------------------------------------------------------- /tools/.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/tools/.gitconfig -------------------------------------------------------------------------------- /tools/.guile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/tools/.guile -------------------------------------------------------------------------------- /tools/.lein/profiles.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/tools/.lein/profiles.clj -------------------------------------------------------------------------------- /tools/.nixpkgs/config.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/tools/.nixpkgs/config.nix -------------------------------------------------------------------------------- /tools/.npmrc: -------------------------------------------------------------------------------- 1 | prefix = ${HOME}/.npm-packages 2 | -------------------------------------------------------------------------------- /tools/.rgignore: -------------------------------------------------------------------------------- 1 | .git/ 2 | .cask/ 3 | -------------------------------------------------------------------------------- /tools/.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/tools/.vimrc -------------------------------------------------------------------------------- /tools/.vsvimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/tools/.vsvimrc -------------------------------------------------------------------------------- /wm/.templates/Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/Xresources -------------------------------------------------------------------------------- /wm/.templates/bspwm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/bspwm -------------------------------------------------------------------------------- /wm/.templates/css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/css -------------------------------------------------------------------------------- /wm/.templates/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/dunstrc -------------------------------------------------------------------------------- /wm/.templates/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/gtkrc -------------------------------------------------------------------------------- /wm/.templates/i3blocks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/i3blocks -------------------------------------------------------------------------------- /wm/.templates/jgmenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/jgmenu -------------------------------------------------------------------------------- /wm/.templates/kitty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/kitty -------------------------------------------------------------------------------- /wm/.templates/mintty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/mintty -------------------------------------------------------------------------------- /wm/.templates/mpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/mpd -------------------------------------------------------------------------------- /wm/.templates/mpd_windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/mpd_windows -------------------------------------------------------------------------------- /wm/.templates/oomox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/oomox -------------------------------------------------------------------------------- /wm/.templates/picom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/picom -------------------------------------------------------------------------------- /wm/.templates/pywal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/pywal -------------------------------------------------------------------------------- /wm/.templates/qute_css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/qute_css -------------------------------------------------------------------------------- /wm/.templates/qutebrowser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/qutebrowser -------------------------------------------------------------------------------- /wm/.templates/rofi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/rofi -------------------------------------------------------------------------------- /wm/.templates/sxhkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/sxhkd -------------------------------------------------------------------------------- /wm/.templates/systemd_service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/systemd_service -------------------------------------------------------------------------------- /wm/.templates/systemd_timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/systemd_timer -------------------------------------------------------------------------------- /wm/.templates/zathura: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/zathura -------------------------------------------------------------------------------- /wm/.templates/zeal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.templates/zeal -------------------------------------------------------------------------------- /wm/.wm/panel/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/README -------------------------------------------------------------------------------- /wm/.wm/panel/lemonade: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemonade -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/battery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/battery -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/blank: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/circe_dms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/circe_dms -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/clock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/clock -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/counter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/counter -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/cpu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/cpu -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/day_progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/day_progress -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/dropdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/dropdown -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/dynamicmpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/dynamicmpd -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/github: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/github -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/mail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/mail -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/memory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/memory -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/misc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/misc -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/mpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/mpd -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/network -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/org_task: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/org_task -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/org_task_elisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/org_task_elisp -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/org_time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/org_time -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/pomo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/pomo -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/running: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/running -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/tags -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/themeSwitch: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env dash 2 | 3 | icon rotate 4 | theme -q THEME_NAME 5 | -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/title: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/title -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/toots: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/toots -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/volume: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env dash 2 | 3 | icon sound 4 | echo $(ponymix get-volume)\% 5 | -------------------------------------------------------------------------------- /wm/.wm/panel/lemons/weather: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/lemons/weather -------------------------------------------------------------------------------- /wm/.wm/panel/tools/bs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/tools/bs -------------------------------------------------------------------------------- /wm/.wm/panel/tools/dzen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/tools/dzen.sh -------------------------------------------------------------------------------- /wm/.wm/panel/tools/ejump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/tools/ejump -------------------------------------------------------------------------------- /wm/.wm/panel/tools/github_nav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/tools/github_nav -------------------------------------------------------------------------------- /wm/.wm/panel/tools/icon: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | -------------------------------------------------------------------------------- /wm/.wm/panel/tools/lemon_progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/tools/lemon_progress -------------------------------------------------------------------------------- /wm/.wm/panel/tools/mkb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/tools/mkb -------------------------------------------------------------------------------- /wm/.wm/panel/tools/season: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/panel/tools/season -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/dmenu -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu_pass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/dmenu_pass -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu_path: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | compgen -c 4 | -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu_run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/dmenu_run -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu_slop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/dmenu_slop -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu_switcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/dmenu_switcher -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu_switcher_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/dmenu_switcher_mac.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/dmenu_windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/dmenu_windows -------------------------------------------------------------------------------- /wm/.wm/scripts/dmenu/pmenu_switcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/dmenu/pmenu_switcher -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/custom_monocle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/custom_monocle -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/dismiss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/dismiss.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/external_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/external_rules.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/focus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/focus.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/focus_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/focus_mac.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/fullscreen_toggle.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/fullscreen_toggle.bb -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/fullscreen_toggle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/fullscreen_toggle.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/fullscreen_toggle_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/fullscreen_toggle_mac.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/gapt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/gapt -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/i3blur.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/i3blur.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/move.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/move.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/move_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/move_mac.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/panelt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/panelt -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/presel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/presel.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/resize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/resize.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/resize_mac.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/resize_mac.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/interact/stack_layout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/interact/stack_layout.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/2bspwm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/2bspwm -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/bbspwm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/bbspwm -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/pulse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/pulse.sh -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/radiate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/radiate -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/rbspwm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/rbspwm -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/subscription_rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/subscription_rules -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/support_window: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/support_window -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/tag_borders: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/tag_borders -------------------------------------------------------------------------------- /wm/.wm/scripts/visual/xpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/scripts/visual/xpad -------------------------------------------------------------------------------- /wm/.wm/services/clubskip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/clubskip -------------------------------------------------------------------------------- /wm/.wm/services/kobo_sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/kobo_sync -------------------------------------------------------------------------------- /wm/.wm/services/laptop_monitor_sync: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/laptop_monitor_sync -------------------------------------------------------------------------------- /wm/.wm/services/last_download_link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/last_download_link -------------------------------------------------------------------------------- /wm/.wm/services/mpdris: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/mpdris -------------------------------------------------------------------------------- /wm/.wm/services/periodically: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/periodically -------------------------------------------------------------------------------- /wm/.wm/services/refresh_mpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/refresh_mpd -------------------------------------------------------------------------------- /wm/.wm/services/sensor_alert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/sensor_alert -------------------------------------------------------------------------------- /wm/.wm/services/sxhkd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/sxhkd -------------------------------------------------------------------------------- /wm/.wm/services/sync_org_schedule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/sync_org_schedule -------------------------------------------------------------------------------- /wm/.wm/services/update_adblock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/services/update_adblock -------------------------------------------------------------------------------- /wm/.wm/startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.wm/startup.sh -------------------------------------------------------------------------------- /wm/.wm/wm: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | while true; do 4 | bspwm >${HOME}/.xinit-$(date +%s).log 2>&1 || break 5 | done 6 | -------------------------------------------------------------------------------- /wm/.xinitrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.xinitrc -------------------------------------------------------------------------------- /wm/.xprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neeasade/dotfiles/HEAD/wm/.xprofile --------------------------------------------------------------------------------