Browse Source

updated rofi to not be full screen

master
Josh Fabean 6 years ago
parent
commit
248bd7dec0
2 changed files with 6 additions and 5 deletions
  1. +2
    -1
      .config/i3/config
  2. +4
    -4
      .config/rofi/config

+ 2
- 1
.config/i3/config View File

@ -29,7 +29,8 @@ bindsym $mod+q kill
bindsym XF86LaunchA exec --no-startup-id rofi -fullscreen -show run
bindcode 225 exec --no-startup-id rofi -fullscreen -show run
bindsym $mod+F9 exec --no-startup-id rofi -fullscreen -show run
bindsym $mod+space exec --no-startup-id rofi -fullscreen -show run
#bindsym $mod+space exec --no-startup-id rofi -fullscreen -show run
bindsym $mod+space exec --no-startup-id rofi -show run
# screenshot
bindsym $mod+Shift+Control+3 exec --no-startup-id deepin-screenshot


+ 4
- 4
.config/rofi/config View File

@ -6,11 +6,11 @@ rofi.color-window: #0a0f14, #0a0f14, #091f2e
rofi.color-normal: #0a0f14, #c1c1c1, #0a0f14, #394249, #ffffff
rofi.color-active: #0a0f14, #98d1ce, #0a0f14, #98d1ce, #ffffff
rofi.color-urgent: #0a0f14, #ff1844, #0a0f14, #394249, #ff1844
rofi.lines: 10
rofi.lines: 5
rofi.eh: 2
rofi.width: 200
rofi.padding: 300
rofi.opacity: 100
rofi.width: 1200
rofi.padding: 100
rofi.opacity: 40
rofi.bw: 0
rofi.terminal: termite
rofi.glob: true


Loading…
Cancel
Save