mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Added mpd and ncmpcpp configs, replaced oh-my-zsh with just .zshrc.
This commit is contained in:
+11
-5
@@ -13,6 +13,7 @@ exec --no-startup-id xrandr --dpi 96
|
||||
exec_always --no-startup-id feh --no-fehbg --bg-fill $HOME/Pictures/wallpapers/rick.png
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
|
||||
exec_always --no-startup-id mpd &
|
||||
exec_always --no-startup-id picom &
|
||||
exec_always --no-startup-id dunst &
|
||||
exec_always --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
|
||||
@@ -39,17 +40,22 @@ bindsym $mod+Return exec i3-sensible-terminal
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
bindsym $mod+q exec --no-startup-id firefox-developer-edition
|
||||
bindsym $mod+w exec --no-startup-id code
|
||||
bindsym $mod+e exec --no-startup-id nemo
|
||||
|
||||
bindsym $mod+a exec --no-startup-id rofi -show drun -no-default-config -config ~/.config/rofi/dmenu.rasi
|
||||
bindsym $mod+s exec --no-startup-id code
|
||||
bindsym $mod+s exec --no-startup-id nemo ~/Pictures/screenshots/
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun -no-default-config -config ~/.config/rofi/main.rasi
|
||||
|
||||
bindsym $mod+w exec --no-startup-id nemo ~/Pictures/screenshots/
|
||||
bindsym $mod+e exec --no-startup-id nemo
|
||||
bindsym $mod+q exec --no-startup-id firefox-developer-edition
|
||||
|
||||
bindsym $mod+z exec --no-startup-id alacritty -e ncmpcpp
|
||||
bindsym $mod+x exec --no-startup-id rofi-powermenu
|
||||
bindsym $mod+c exec --no-startup-id rofi-screenshot
|
||||
|
||||
bindsym ctrl + F1 exec --no-startup-id i3-sensible-terminal
|
||||
bindsym ctrl + F2 exec --no-startup-id kitty
|
||||
bindsym ctrl + F3 exec --no-startup-id dmenu_run
|
||||
|
||||
# bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
|
||||
# change focus
|
||||
|
||||
Reference in New Issue
Block a user