mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Added Xresources, picom config, screenshot script, powermenu script.
This commit is contained in:
+20
-6
@@ -8,11 +8,12 @@ tiling_drag modifier titlebar
|
||||
font pango:Open sans 11
|
||||
exec --no-startup-id dex --autostart --environment i3
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- lock --nofork
|
||||
exec --no-startup-id xrandr --dpi 96
|
||||
|
||||
exec_always --no-startup-id xrandr --dpi 96
|
||||
exec_always --no-startup-id feh --no-fehbg --bg-fill $HOME/Pictures/wallpapers/background.png
|
||||
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 picom &
|
||||
exec_always --no-startup-id dunst &
|
||||
exec_always --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
|
||||
exec_always --no-startup-id asus_fan_listener &
|
||||
@@ -30,11 +31,24 @@ bindsym XF86TouchpadToggle exec --no-startup-id touchpad_toggle
|
||||
# bindsym XF86RFKill
|
||||
# bindsym XF86Calculator exec --no-startup-id nemo
|
||||
|
||||
bindsym Pause exec screenshot -sa
|
||||
bindsym Print exec screenshot -sf
|
||||
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun
|
||||
|
||||
bindsym $mod+a exec --no-startup-id rofi -show drun -no-default-config -config ~/.config/rofi/1.rasi
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun -no-default-config -config ~/.config/rofi/2.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+x exec --no-startup-id rofi-powermenu
|
||||
bindsym $mod+c exec --no-startup-id rofi-screenshot
|
||||
|
||||
# bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
|
||||
# change focus
|
||||
@@ -71,9 +85,9 @@ bindsym $mod+v split v
|
||||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
# bindsym $mod+s layout stacking
|
||||
# bindsym $mod+w layout tabbed
|
||||
# bindsym $mod+e layout toggle split
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
Reference in New Issue
Block a user