Commit 5ce4b1a2 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Merge branch 'development'

parents f01b600a 17c11596
......@@ -9,6 +9,6 @@
#rm /tmp/screenshot.png
# lock the screen
i3lock -i /usr/share/backgrounds/grey-split-manjaro.png
i3lock -i /usr/share/backgrounds/numix_JT.png
exit 0
......@@ -36,8 +36,6 @@ bindsym $mod+Shift+q kill
#bindsym $mod+d exec --no-startup-id dmenu_recency
bindsym $mod+d exec --no-startup-id "rofi -modi windowcd,window,drun,run -show drun"
bindsym $mod+Tab exec --no-startup-id "rofi -modi windowcd,window,drun,run -show windowcd"
bindsym $mod+Shift+Tab exec --no-startup-id "rofi -modi windowcd,window,drun,run -show window"
# launch categorized menu
bindsym $mod+c exec --no-startup-id morc_menu
......@@ -323,6 +321,7 @@ bindsym $mod+Mod1+n floating enable;sticky enable;resize set 612 343;border none
bindsym $mod+Mod1+m floating enable;sticky enable;resize set 791 70;border none
# Autostart applications
exec --no-startup-id "xkbset exp =m; xkbset m"
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id nitrogen --restore; sleep 1; compton -b
#exec --no-startup-id manjaro-hello
......
!theme location
rofi.theme: ~/.jt-config-repo/rofi/themes/lb-numix.rasi
!keyboard binding changes: tab, shift+tab to switch modes
rofi.kb-row-tab:
rofi.kb-row-up: Up,Control+p
rofi.kb-mode-next: Tab
rofi.kb-mode-previous: ISO_Left_Tab
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment