some more nazarick changes
This commit is contained in:
15
README.md
15
README.md
@@ -1,23 +1,28 @@
|
|||||||
# Marc's Dotfiles
|
# Marc's Dotfiles
|
||||||
|
|
||||||
|
## System
|
||||||
|
|
||||||
|
+ Bar: polybar
|
||||||
|
+ Compositor: [picom](https://github.com/ibhagwan/picom)
|
||||||
|
+ Notifications: dunst
|
||||||
+ Shell: zsh
|
+ Shell: zsh
|
||||||
+ Term: alacritty
|
+ Term: alacritty
|
||||||
+ WM: i3
|
+ WM: i3
|
||||||
|
|
||||||
## Programs
|
## Programs
|
||||||
+ Editor: nvim
|
+ Editor: nvim
|
||||||
+ Launcher: dmenu
|
+ Image-Viewer: viewnior
|
||||||
+ Bar: polybar
|
|
||||||
+ Notifications: dunst
|
|
||||||
+ Compositor: [picom](https://github.com/ibhagwan/picom)
|
|
||||||
+ Image Viewer: feh
|
|
||||||
+ Info: [fet.sh](https://github.com/6gk/fet.sh)
|
+ Info: [fet.sh](https://github.com/6gk/fet.sh)
|
||||||
|
+ Launcher: dmenu
|
||||||
|
+ Pdf-Viewer: epdfview
|
||||||
+ Screenshots: Flameshot
|
+ Screenshots: Flameshot
|
||||||
|
+ Video-Player: vlc or mpv
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
+ [vim-plug](https://github.com/junegunn/vim-plug)
|
+ [vim-plug](https://github.com/junegunn/vim-plug)
|
||||||
+ fzf
|
+ fzf
|
||||||
|
+ [Adapta-Nokto-Eta-Maia](https://github.com/adapta-project/adapta-gtk-theme) GTK-Theme
|
||||||
|
|
||||||
### Nvim LSP
|
### Nvim LSP
|
||||||
|
|
||||||
|
|||||||
@@ -61,13 +61,13 @@ bindsym $mod+p workspace prev
|
|||||||
|
|
||||||
set $fg '#ffffff'
|
set $fg '#ffffff'
|
||||||
set $bg '#000000'
|
set $bg '#000000'
|
||||||
bindsym $mod+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -nb $bg -sb $fg -nf $fg -sf $bg"
|
bindsym $mod+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -p 'run ' -h 27 -nb $bg -sb $fg -nf $fg -sf $bg"
|
||||||
|
|
||||||
# Screenhot
|
# Screenhot
|
||||||
bindsym $mod+Shift+p exec "flameshot gui"
|
bindsym $mod+Shift+p exec "flameshot gui"
|
||||||
|
|
||||||
# Filemanager
|
# Filemanager
|
||||||
bindsym $mod+e exec nautilus
|
bindsym $mod+e exec thunar
|
||||||
|
|
||||||
# Screen brightness with light
|
# Screen brightness with light
|
||||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase
|
bindsym XF86MonBrightnessUp exec light -A 5 # increase
|
||||||
|
|||||||
Reference in New Issue
Block a user