diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-05 17:51:24 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-05 17:51:24 -0500 |
| commit | 2f4c2a68a1cbebb0e06a5b3296e4bbb575c5fcb2 (patch) | |
| tree | 4adda53569104861794d990ef99c85edc1ae2d8c /.config | |
| parent | cd667e6aa111c86b40b9e3104605953e9b341332 (diff) | |
| download | eibhear-2f4c2a68a1cbebb0e06a5b3296e4bbb575c5fcb2.tar.gz eibhear-2f4c2a68a1cbebb0e06a5b3296e4bbb575c5fcb2.tar.zst eibhear-2f4c2a68a1cbebb0e06a5b3296e4bbb575c5fcb2.zip | |
scripts sorted
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 12 | ||||
| -rw-r--r-- | .config/i3/i3_guide.rmd | 53 |
2 files changed, 32 insertions, 33 deletions
diff --git a/.config/i3/config b/.config/i3/config index b017fa8..19c5987 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -56,7 +56,7 @@ exec --no-startup-id dunst # Composite manager: exec --no-startup-id compton # Runs the key remapping scripts -exec --no-startup-id ~/.scripts/remaps +exec --no-startup-id remaps # Unclutter makes the mouse invisible after a brief period exec --no-startup-id unclutter # Run the script to update the mpd i3block on change. @@ -137,7 +137,7 @@ bindsym $mod+Shift+Insert exec --no-startup-id showclip bindsym $mod+q [con_id="__focused__" instance="^(?!dropdowncalc|tmuxdd).*$"] kill bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdowncalc|tmuxdd).*$"] kill -bindsym $mod+w exec --no-startup-id $BROWSER +bindsym $mod+w exec $term -e nmtui bindsym $mod+Shift+w exec --no-startup-id $BROWSER bindsym $mod+e exec $term -e neomutt @@ -201,8 +201,8 @@ bindsym $mod+Shift+z gaps outer current minus 5 bindsym $mod+x exec --no-startup-id lockscreen bindsym $mod+Shift+x exec --no-startup-id prompt "Shutdown computer?" "$shutdown" -bindsym $mod+c exec --no-startup-id camtoggle -##bindsym $mod+Shift+c +bindsym $mod+c exec --no-startup-id freealf +bindsym $mod+Shift+c exec --no-startup-id camtoggle bindsym $mod+v exec $term -e ncmpcpp -s visualizer bindsym $mod+Shift+v exec --no-startup-id projectM-pulseaudio @@ -410,8 +410,8 @@ bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 15 bindsym XF86AudioMedia exec --no-startup-id $term -e ncmpcpp bindsym XF86Display exec --no-startup-id arandr #bindsym XF86KbdLightOnOff exec -bindsym XF86KbdBrightnessDown exec --no-startup-id python3.6 ~/.scripts/kb-lights.py - -bindsym XF86KbdBrightnessUp exec --no-startup-id python3.6 ~/.scripts/kb-lights.py + +#bindsym XF86KbdBrightnessDown exec +#bindsym XF86KbdBrightnessUp exec ##bindsym XF86Reply exec ##bindsym XF86MailForward exec ##bindsym XF86Save exec diff --git a/.config/i3/i3_guide.rmd b/.config/i3/i3_guide.rmd index a69ddcd..9c4c8e8 100644 --- a/.config/i3/i3_guide.rmd +++ b/.config/i3/i3_guide.rmd @@ -114,40 +114,40 @@ system will grow on you quick. ## Basic Programs *Note:* LARBS will install nearly all of these programs by default, but some -only come if you chose an extra option. Naturally, you can use `packer` to look +only come if you chose an extra option. Naturally, you can use `yay` to look for and install any you want to add. + `Mod+r` -- ranger (file browser/manager) + `Mod+e` -- mutt (email) + `Mod+m` -- ncmpcpp (music player) -+ `Mod+a` -- R/Python calculator (be sure to close with Mod+a for reusability) ++ `Mod+w` -- nmtui (for connecting to wireless internet) ++ `Mod+a` -- R/Python calculator (hide with `mod+a`) + `Mod+i` -- htop (system info) + `Mod+n` -- newsboat (RSS feed reader) + `Mod+y` -- calcurse (calendar and schedule) -+ `Mod+u` -- "Dropdown" terminal (close with Mod+u for reusability) ++ `Mod+u` -- "Dropdown" terminal (hide with `mod+u`) + `Mod+A` -- pulsemixer (audio system control) -+ `Mod+w/W` -- Web Browser ++ `Mod+W` -- Web Browser + `Mod+G` -- GIMP (for general image manipulation) ## System + `Mod+R` -- ranger as root user + `Mod+x` -- i3lock (Enter password to return) -+ `Mod+X` -- shutdown (will give a dmenu confirm prompt) -+ `Mod+Shift+Backspace` -- reboot (will give a dmenu confirm prompt) -+ `Mod+Shift+Escape` -- exit i3 (will give a dmenu confirm prompt) ++ `Mod+X` -- shutdown (will ask to confirm) ++ `Mod+Shift+Backspace` -- reboot (will ask to confirm) ++ `Mod+Shift+Escape` -- exit i3 (will ask to confirm) + `Mod+F1` -- Shows this document + `Mod+F2` -- Refresh i3 + `Mod+F3` -- Select screen/display to use -+ `Mod+F4` -- Hibernate ++ `Mod+F4` -- Hibernate (will ask to confirm) + `Mod+F5` -- Reset Network Manager, search for new networks + `Mod+F6` -- transmission torrent client (cli) + `Mod+F7` -- Toggle on/off transmission client via dmenu + `Mod+F8` -- Check mail, if [mutt-wizard](https://github.com/lukesmithxyz/mutt-wizard) is installed -+ `Mod+F9` -- Mount a drive/partition -+ `Mod+F10` -- Unmount a drive/partition (does not umount `/`, `/home` or - `/boot`) ++ `Mod+F9` -- Mount a USB drive/hard drive or Android ++ `Mod+F10` -- Unmount a non-essential drive or Android + `Mod+F11` -- Search term on DuckDuckGo + `Mod+F12` -- Wifi-menu for selecting the wireless internet source. @@ -188,43 +188,42 @@ additions. I use scrot and ffmpeg to make different recordings of the desktop and audio. All of these recording shortcuts will output into `~`, and will not overwrite -previous recordings. +previous recordings as their names are based on their exact times. + `PrintScreen` -- Take a scrot screenshot + `Shift+PrintScreen` -- Take a scrot screenshot of only selected window + `Mod+PrintScreen` -- Opens dmenu menu to select kind of audio/video recording ++ `Mod+Delete` -- Kills any recording started in the above way. + `Mod+ScrollLock` -- Turn on and off screenkey (if installed) for visual typing display -+ `Mod+Delete` -- kills ffmpeg, thus ending recordings - -Each of the recording scripts are located in `~/.scripts`. You can check them -out or modify them if needed. ++ `Mod+Shift+c` -- Toggles a webcam in the bottom right for screencasting. ## Other buttons I've mapped those extra buttons that some keyboards have (play and pause -buttons, email, webbrowsing buttons, etc.) to what you would expect. - +buttons, screen brightness, email, web browsing buttons, etc.) to what you +would expect. # Special traits of this system ## Easy config access -Open a terminal and type `cfc`. This will open a file where you will see -customizable pairs of key shortcuts and config files. Enter any of these -shortcuts in bash or ranger to immediately open the file in vim. +Open a terminal and type `bf`. This will open a file where you will see +customizable pairs of key shortcuts and config files and other important text +files. Enter any of these shortcuts in bash or ranger to immediately open the +file in vim. You may add new entries here and they will be refreshed when you save the file in vim. This will take effect immediately once you start a new instance of bash -or ranger. +or ranger or reload your previous sessions. ## Folder and config shortcuts -Open a terminal and type `cff`. This opens a file when you can keep and create -folder shortcuts. There are only a few here now, because I don't know what your -folder structure is going to look like, but on my machine, I have 109 and -growing. +Open a terminal and type `bd`. This opens a file when you can keep and create +directory/folder shortcuts. There are only a few here now, because I don't know +what your folder structure is going to look like, but on my machine, I have 109 +and growing. -Each line has a shortcut key/keys and its target. These can be used in serveral +Each line has a shortcut key/keys and its target. These can be used in several applications. In bash, simply press `d`, the shortcut for `~/Documents` and you will cd there (and automatically `ls -a`). |
