From 73ebbfbe50e81802ef9b78203672b87f1b5383ef Mon Sep 17 00:00:00 2001 From: Smirnov Olexandr Date: Thu, 14 Jan 2021 21:48:31 +0200 Subject: [PATCH] Delete not use, update config --- README.md | 5 +- config/alacritty.yml | 2 +- config/berry/README.md | 61 --- config/berry/autostart | 29 -- config/berry/polybar/bar.sh | 4 - config/berry/polybar/polybar | 88 ---- config/berry/polybar/wifi-signal.sh | 2 - config/berry/screen.png | Bin 726361 -> 0 bytes config/berry/sxhkdrc | 53 --- config/cmus/nten16.theme | 23 - config/dwm/config.def.h | 105 ++--- config/i3/README.md | 92 +--- config/i3/screen.png | Bin 27054 -> 0 bytes config/nvim/README.md | 26 -- config/nvim/init.vim | 78 ++-- config/nvim/screen.png | Bin 109592 -> 0 bytes config/openbox/README.md | 9 - config/openbox/autostart | 7 - config/openbox/menu.xml | 80 ---- config/openbox/rc.xml | 640 ---------------------------- config/openbox/screen.png | Bin 1143605 -> 0 bytes config/qtile/README.md | 24 -- config/qtile/config.py | 47 +- config/qtile/kblayout.py | 31 +- config/qutebrowser/config.py | 8 +- config/tint2/tint2rc | 223 ---------- config/zathura/zathurarc | 30 +- conkyrc | 68 --- doom.d/packages.el | 3 - gitconfig | 5 +- gitignore_global | 10 +- script/polybar-toggle | 2 +- script/snap-remove-old-pkg.sh | 3 +- script/walpapper-changer.sh | 9 - taskrc | 15 - tmux.conf | 1 - zshrc | 14 +- 37 files changed, 163 insertions(+), 1634 deletions(-) delete mode 100644 config/berry/README.md delete mode 100755 config/berry/autostart delete mode 100755 config/berry/polybar/bar.sh delete mode 100644 config/berry/polybar/polybar delete mode 100755 config/berry/polybar/wifi-signal.sh delete mode 100644 config/berry/screen.png delete mode 100644 config/berry/sxhkdrc delete mode 100644 config/cmus/nten16.theme delete mode 100644 config/i3/screen.png delete mode 100644 config/nvim/README.md delete mode 100644 config/nvim/screen.png delete mode 100644 config/openbox/README.md delete mode 100644 config/openbox/autostart delete mode 100644 config/openbox/menu.xml delete mode 100644 config/openbox/rc.xml delete mode 100644 config/openbox/screen.png delete mode 100644 config/tint2/tint2rc delete mode 100644 conkyrc delete mode 100755 script/walpapper-changer.sh delete mode 100644 taskrc diff --git a/README.md b/README.md index 08dd7a5..40252aa 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,14 @@ - `Launcher` dmenu, rofi #### Install configs -Since i use **[rcm](https://github.com/thoughtbot/rcm)** set it +Since i use **[rcm](https://github.com/thoughtbot/rcm)** set it: ~~~bash yay -S rcm ~~~ -And install configs +And install configs: ~~~bash git clone https://github.com/Smirnov-O/dotfiles .dotfiles rcup +mv ~/.bin ~/bin ~~~ diff --git a/config/alacritty.yml b/config/alacritty.yml index 87a608a..09f685f 100644 --- a/config/alacritty.yml +++ b/config/alacritty.yml @@ -32,7 +32,7 @@ cursor.style: Block debug.render_timer: false draw_bold_text_with_bright_colors: false background_opacity: 0.75 -#dynamic_title: true +dynamic_title: true colors: primary: diff --git a/config/berry/README.md b/config/berry/README.md deleted file mode 100644 index f69e67b..0000000 --- a/config/berry/README.md +++ /dev/null @@ -1,61 +0,0 @@ -# [Berry](https://berrywm.org) - -![Seceenshot](screen.png) -------------------------- - -Install `sxhkd` -~~~bash -sudo pacman -S sxhkd -~~~ - -Install `berry` from source -~~~bash -sudo pacman -S libx11 libxft libxinerama -git clone https://github.com/JLErvin/berry -cd berry -make && sudo make install -~~~ - -Add berry in lightdm -~~~bash -sudo cat < /usr/share/xsessions/berry.desktop -[Desktop Entry] -Encoding=UTF-8 -Name=berry -Comment=berry - a small window manager -Exec=berry -Type=XSession -EOF -~~~ - -### Autostart -~~~bash -setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" -sxhkd -c ~/.config/berry/sxhkdrc & -~/.config/berry/polybar/bar.sh & -nitrogen --restore & -picom -b & -~~~ - -### Keybindings ---------------- - -| Shourtcut | Command | -| ------------------------- | ------ | -| `mod` + q | Kill focus window | -| `mod` + `split` + enter | Run program launcher (Rofi) | -| `mod` + esc | Power [menu](https://github.com/Smirnov-O/dotfiles/blob/master/scripts/dmenu/dmenu-power.sh) | -| `mod` + `ctrl` + u | Config edit [menu](https://github.com/Smirnov-O/dotfiles/blob/master/scripts/dmenu/dmenu-config-edit.sh) | -| `mod` + `ctrl` + i | Passmenu(Dmenu interface for [pass](https://passwordstore.org)) | -| `mod` + enter | Run `kitty` | -| `mod` + F2 | Run `firefox` | -| `mod` + `shift` + esc | Run `xkill` | -| `mod` + plus | Add 5% volume | -| `mod` + minus | Minus 5% volume | -| `mod` + `shift` + minus | Mute volume | -| `mod` + tab | Change focus window | -| `mod` + h/j/k/l | Move focus window | -| `mod` + `shift` + h/j/k/l | Resize focus window | -| `mod` + [1-9] | Change workspace | -| `mod` + `shift` + [1-9] | Send focus window to workspace | -| `mod` + `alt` + t | Open ~/.todo file | diff --git a/config/berry/autostart b/config/berry/autostart deleted file mode 100755 index 17a8663..0000000 --- a/config/berry/autostart +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash -# ------ Autostart ------ # -setxkbmap "us,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" & -/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & -sxhkd -c ~/.config/berry/sxhkdrc & -~/.config/berry/polybar/bar.sh & -nitrogen --restore & -picom -b & - -# ------ Berry ------ # -# Set decoration geometry -berryc border_width 0 -berryc inner_border_width 1 -berryc title_height 0 -berryc top_gap 24 - -# Set decoration colors -berryc focus_color 073642 -berryc unfocus_color 002b36 -berryc inner_focus_color 268bd2 -berryc inner_unfocus_color 002b36 -berryc text_focus_color ffffff -berryc text_unfocus_color eeeeee - -# Other options -berryc smart_place "true" -berryc draw_text "true" -berryc edge_lock "true" -berryc set_font "Dina-9" diff --git a/config/berry/polybar/bar.sh b/config/berry/polybar/bar.sh deleted file mode 100755 index e2dcd1b..0000000 --- a/config/berry/polybar/bar.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -killall -q polybar -while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done -polybar -c ~/.config/berry/polybar/polybar bar & diff --git a/config/berry/polybar/polybar b/config/berry/polybar/polybar deleted file mode 100644 index 7f618a5..0000000 --- a/config/berry/polybar/polybar +++ /dev/null @@ -1,88 +0,0 @@ -[settings] -pseudo-transparency = true - -[colors] -background = #262A2B -foreground = #FFFFFF -secondary = #CED4DA -alert = #DD6C6B - -[bar/bar] -override-redirect = false -background = ${colors.background} -foreground = ${colors.foreground} -module-margin-left = 1 -module-margin-right = 1 -padding-left = 3 -padding-right = 3 - -width = 14% -height = 22 - -offset-x = 85.8% -offset-y = 0.4% - -font-0 = Iosevka Nerd Font:style=Medium:size=10;3 -font-1 = FontAwesome5Free:style=Solid:size=8;2.5 -modules-left = wifi-signal date -#modules-center = wp -#modules-right = keyboard pulseaudio backlight time - -[module/backlight] -type = internal/xbacklight -format =