i3 menus
This commit is contained in:
@ -27,7 +27,7 @@ bindsym $mod+Shift+q kill
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id rofi -show drun -theme themes/app-launcher
|
||||
bindsym $mod+i exec --no-startup-id rofi -show window -theme themes/app-launcher
|
||||
bindsym $mod+s exec --no-startup-id rofi -show consul -modi consul:~/.config/rofi/scripts/services -theme themes/app-launcher
|
||||
bindsym $mod+a exec --no-startup-id ~/.config/rofi/scripts/traefik.sh
|
||||
bindsym $mod+c exec --no-startup-id rofi -show ssh -theme themes/app-launcher
|
||||
|
||||
set $workspacer ~/.config/i3/i3-workspacer.py
|
||||
@ -170,18 +170,21 @@ exec --no-startup-id i3-msg 'exec $TERMINAL; workspace 2; exec firefox;'
|
||||
exec --no-startup-id feh --bg-scale ~/Wallpapers/seneca.jpg
|
||||
exec --no-startup-id ~/bin/autoconfgure_display.sh
|
||||
#exec --no-startup-id xset dpms 500
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id nm-applet --sm-disable
|
||||
exec --no-startup-id pasystray
|
||||
exec --no-startup-id joplin-desktop
|
||||
exec --no-startup-id clipit
|
||||
exec --no-startup-id xautolock -time 10 -locker "betterlockscreen -l dim"
|
||||
exec --no-startup-id ~/bin/dunstwal
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
exec telegram-desktop
|
||||
exec mattermost-desktop
|
||||
#exec mattermost-desktop
|
||||
|
||||
exec --no-startup-id sleep 4; i3-msg '[class="Telegram"] move scratchpad'
|
||||
exec --no-startup-id sleep 4; i3-msg '[class="Joplin"] move scratchpad'
|
||||
exec --no-startup-id sleep 4; i3-msg '[class="Mattermost"] move scratchpad'
|
||||
#exec --no-startup-id sleep 4; i3-msg '[instance="joplin"] resize set 1300 900'
|
||||
|
||||
exec_always --no-startup-id wal -R -n
|
||||
|
||||
@ -199,6 +202,7 @@ for_window [class="QSyncthingTray"] floating enable
|
||||
for_window [class="Thunderbird" window_type="normal"] floating enable, resize set 1600 1050, border pixel 2
|
||||
for_window [class="Nautilus"] floating enable
|
||||
for_window [class="Gnome-calculator"] floating enable
|
||||
#for_window [class="Joplin"] resize set 1300 900, move scratchpad
|
||||
|
||||
# keybinds
|
||||
bindsym Mod1+Tab workspace back_and_forth
|
||||
@ -210,6 +214,8 @@ bindsym Print exec "~/bin/screenshot.sh"
|
||||
bindsym $mod+minus [class="Telegram"] scratchpad show
|
||||
bindsym $mod+p [class="Mattermost"] scratchpad show
|
||||
bindsym $mod+m [class="Cantata"] scratchpad show
|
||||
bindsym $mod+Shift+s [class="Joplin"] scratchpad show
|
||||
bindsym $mod+Shift+z [class="zoom"] scratchpad show
|
||||
|
||||
bindsym $mod+Delete exec rofi -modi system:$HOME/.config/rofi/scripts/powermenu.sh -show system -theme themes/system-menu
|
||||
bindsym $mod+shift+Delete exec betterlockscreen -l
|
||||
|
Reference in New Issue
Block a user