@@ -111,7 +111,7 @@ set $right l
111111# Your preferred terminal emulator
112112set $term foot
113113# Your preferred application launcher
114- set $menu rofi -show drun
114+ set $menu rofi -show run
115115
116116### Idle configuration
117117exec swayidle -w \
@@ -131,7 +131,7 @@ exec swayidle -w \
131131 bindsym $mod+Shift+q kill
132132
133133 # Start your launcher
134- bindsym $mod+d exec $menu
134+ bindsym $mod+space exec $menu
135135
136136 # Drag floating windows by holding down $mod and left mouse button.
137137 # Resize them with right mouse button + $mod.
@@ -223,7 +223,7 @@ exec swayidle -w \
223223 bindsym $mod+Shift+space floating toggle
224224
225225 # Swap focus between the tiling area and the floating area
226- bindsym $mod+space focus mode_toggle
226+ # bindsym $mod+space focus mode_toggle
227227
228228 # Move focus to the parent container
229229 bindsym $mod+a focus parent
@@ -343,7 +343,7 @@ function configure_terminal() {
343343 mkdir -p " $HOME " /.config/foot/
344344 cat > " $HOME " /.config/foot/foot.ini << 'EOF '
345345font=JetBrainsMono Nerd Font:size=10
346- pad=14x14
346+ pad=0x0
347347term=xterm-256color
348348
349349[scrollback]
@@ -368,6 +368,8 @@ configuration {
368368 modi: "drun,run";
369369 show-icons: true;
370370 drun-display-format: "{name}";
371+ display-drun: "";
372+ display-run: "";
371373}
372374
373375* {
@@ -393,8 +395,7 @@ window {
393395}
394396
395397mainbox {
396- children: [ inputbar, listview ];
397- spacing: 8px;
398+ children: [ inputbar ];
398399}
399400
400401inputbar {
@@ -411,7 +412,7 @@ prompt {
411412}
412413
413414entry {
414- placeholder: "Search... ";
415+ placeholder: "";
415416 placeholder-color: @fg;
416417}
417418
0 commit comments