diff options
| author | benj <benj@rse8.com> | 2021-09-11 14:06:46 -0700 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2021-09-11 14:06:46 -0700 |
| commit | f18df7f9ccbe619ff42a6511c05099df4225b450 (patch) | |
| tree | 6a0095f1b34bb582e4913383716093f35f23cdcf | |
| parent | ee8b528e0b18c20e352677fd0a72717d44417fe3 (diff) | |
| download | setup-f18df7f9ccbe619ff42a6511c05099df4225b450.tar setup-f18df7f9ccbe619ff42a6511c05099df4225b450.tar.gz setup-f18df7f9ccbe619ff42a6511c05099df4225b450.tar.bz2 setup-f18df7f9ccbe619ff42a6511c05099df4225b450.tar.lz setup-f18df7f9ccbe619ff42a6511c05099df4225b450.tar.xz setup-f18df7f9ccbe619ff42a6511c05099df4225b450.tar.zst setup-f18df7f9ccbe619ff42a6511c05099df4225b450.zip | |
add rafi config for rofi; I really need to break apart DE and LT configs
Diffstat (limited to '')
| -rw-r--r-- | des/i3/config | 8 | ||||
| -rw-r--r-- | theme.rasi | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/des/i3/config b/des/i3/config index c92b3f2..eba6fe1 100644 --- a/des/i3/config +++ b/des/i3/config @@ -78,8 +78,8 @@ bindsym $mod+q kill # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. # bindsym $mod+space exec --no-startup-id i3-dmenu-desktop -bindsym $mod+space exec --no-startup-id rofi -lines 5 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Source Code Pro 18' -bindsym $mod+Tab exec --no-startup-id rofi -lines 5 -padding 18 -width 60 -location 0 -show window -sidebar-mode -columns 4 -font 'Source Code Pro 18' +bindsym $mod+space exec --no-startup-id rofi -show drun -theme ~/.setup/theme.rasi +bindsym $mod+Tab exec --no-startup-id rofi -show window -theme ~/.setup/theme.rasi # Lock screen bindsym $mod+F9 exec --no-startup-id "~/.setup/des/i3/i3lock-color-custom.sh" @@ -148,8 +148,8 @@ set $ws9 "9" set $ws10 "10" ## AD2 Specific -# workspace $ws1 output HDMI-0 -# workspace $ws2 output DVI-D-0 +workspace $ws1 output HDMI-0 +workspace $ws2 output DVI-D-0 # # switch to monitor # bindsym $mod+Mod1+1 focus output eDP-1 diff --git a/theme.rasi b/theme.rasi new file mode 100644 index 0000000..e494c00 --- /dev/null +++ b/theme.rasi @@ -0,0 +1,10 @@ +@theme "solarized_alternate" + +window { + font: "Source Code Pro 18"; +} + +mainbox { + border: 0; + padding: 0; +}
\ No newline at end of file |
