Changed rofi configuration and files location

This commit is contained in:
Roger Gonzalez 2020-03-22 19:41:19 -03:00
parent a9e48b44d3
commit aa58e3cafd
3 changed files with 10 additions and 7 deletions

View File

@ -76,7 +76,7 @@ bindsym $mod+Return exec $terminal
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start rofi (a program launcher) # start rofi (a program launcher)
bindsym $mod+d exec --no-startup-id "rofi -combi-modi window,drun,ssh,comby -theme ~/.config/rofi/theme/rogs.rasi -font \\"hack 22\\" -show combi" bindsym $mod+d exec --no-startup-id "rofi -combi-modi window,drun -show combi"
# change focus # change focus
bindsym $mod+h focus left bindsym $mod+h focus left

View File

@ -4,9 +4,6 @@
# |_| \___/ \__, |___/ https://git.rogs.me # |_| \___/ \__, |___/ https://git.rogs.me
# |___/ # |___/
# #
configuration { rofi.modi: window,drun,combi
modi: "window,drun,ssh,combi"; rofi.theme: ~/.config/rofi/theme/rogs.rasi
theme: gruvbox-dark-hard; rofi.font : hack 22
font: "hack 22";
combi-modi: "window,drun,ssh";
}

View File

@ -1,4 +1,10 @@
/** /**
*
* | '__/ _ \ / _` / __| Roger González
* | | | (_) | (_| \__ \ https://rogs.me
* |_| \___/ \__, |___/ https://git.rogs.me
* |___/
*
* ROFI Color theme * ROFI Color theme
* User: rogs * User: rogs
* Copyright: Roger Gonzalez * Copyright: Roger Gonzalez