master
Simon Kellet 2 years ago
parent d314f20b5e
commit 9c25c9f531
  1. 37
      i3/config

@ -69,14 +69,7 @@ exec --no-startup-id setxkbmap -option
# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet
# exec --no-startup-id redshift
#exec --no-startup-id teams
#exec --no-startup-id i3-msg 'workspace 10; exec teams'
#exec --no-startup-id i3-msg 'workspace 9; exec discord'
#exec --no-startup-id discord
exec --no-startup-id nitrogen --restore
#exec --no-startup-id nitrogen --set-zoom-fill --save /home/simon/Pictures/wallpapers/vidar-nordli-mathisen-Sk32_wG8lcQ-unsplash.jpg
#exec --no-startup-id wpg -mi && wpg --brt $(wpg -c) 10.6 && wpg -s $(wpg -c)
exec --no-startup-id bash ~/.fehbg &
exec --no-startup-id guake
exec --no-startup-id picom -c
exec --no-startup-id xfce4-power-manager
@ -200,24 +193,17 @@ bindsym $mod+shift+BackSpace gaps inner all set 0; gaps outer all set 0
#### Programs
bindsym $mod+Return exec alacritty
bindsym $mod+Return exec kitty
bindsym $mod+Shift+Return exec alacritty -e ~/.scripts/web
bindsym $mod+Ctrl+Return exec alacritty -e nvim ~/vimwiki/index.md
bindsym $mod+d exec rofi -show run
bindsym $mod+Shift+d exec rofi -show drun -show-icons true
bindsym $mod+Ctrl+Return exec alacritty
bindsym $mod+c exec gnome-calendar
bindsym $mod+Shift+b exec blueman-manager
#bindsym $mod+Shift+t exec lyx & # No longer used
#bindsym $mod+p exec passmenu -l 30
bindsym $mod+p exec bwmenu
bindsym $mod+Shift+p exec gpodder
bindsym $mod+Shift+f exec --no-startup-id nautilus
bindsym $mod+Ctrl+f exec --no-startup-id alacritty -e ranger
# Print Screen :::
#WHOLE SCREEN
bindsym Print exec scrot $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
@ -228,19 +214,19 @@ bindsym $mod+Print exec scrot -u $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%
#bindsym --release $mod+Shift+Print exec --no-startup-id scrot -s $HOME/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
bindsym --release $mod+Shift+Print exec --no-startup-id bash /home/simon/.scripts/vscrnpaste
##OPEN DIR
bindsym $mod+s exec --no-startup-id nautilus ~/Pictures/Screenshots/
#### ROFI
#no longer needed
#bindsym $mod+e exec --no-startup-id rofi -show emoji -modi emoji
bindsym $mod+e exec --no-startup-id rofi -show
bindsym $mod+d exec rofi -show run
bindsym $mod+Shift+d exec rofi -show drun -show-icons true
#neomutt mail
bindsym $mod+m exec --no-startup-id alacritty -e neomutt
#bindsym $mod+m exec --no-startup-id alacritty -e neomutt
bindsym $mod+m exec --no-startup-id kitty -e neomutt
#float certian windows
for_window [class="feh" instance="feh"] floating enable
for_window [class="org.pwmt.zathura" instance="zathura"] floating enable
for_window [class="gl" instance="mpv"] floating enable
@ -249,9 +235,6 @@ for_window [instance="gammy"] floating enable
#wpg
#bindsym $mod+$alt+t exec wpg -m && wpg --brt $(wpg -c) 10.6 && wpg -s $(wpg -c) && bash /home/simon/.scripts/getwal
#bindsym $mod+$alt+t exec nitrogen --set-zoom-fill --random /home/simon/Pictures/wallpapers/
bindsym $mod+$alt+t exec nitrogen --set-zoom-fill /home/simon/Pictures/wallpapers/vidar-nordli-mathisen-Sk32_wG8lcQ-unsplash.jpg
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
bindsym $mod+w exec --no-startup-id brave www.simonkellet.xyz

Loading…
Cancel
Save